Color Hex Logo

#1333be Color Hex

#1333BE
(19,51,190)
0 Favorites   0 Comments

Color spaces of #1333be

RGB 1951190
HSL0.640.820.41
HSV229°90°75°
CMYK 0.900.730.00   0.25
XYZ10.74666.223849.3501
Yxy6.22380.16200.0938
Hunter Lab24.947533.2339-99.8215
CIE-Lab29.970243.6291-74.3698

#1333be color RGB value is (19,51,190).

#1333be hex color red value is 19, green value is 51 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #1333be hue: 0.64 , saturation: 0.82 and the lightness value of 1333be is 0.41.

The process color (four color CMYK) of #1333be color hex is 0.90, 0.73, 0.00, 0.25. Web safe color of #1333be is #0033cc. Color #1333be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010011 00110011 10111110
Octal 23 63 276
Decimal 19 51 190
Hex 13 33 BE

RGB Percentages of Color #1333be

%7.31
%19.62
%73.08

CMYK Percentages of Color #1333be

%90
%73
%0
%25

Triadic Colors of #1333be

#1333be #be1333 #33be13

Analogous Colors of #1333be

#1333be #4913be #1389be

Monochromatic Colors of #1333be

#1333be

Complementary Color

#1333be #be9e13

#1333be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#1333be Color Preview on White Background

Lorem ipsum dolor sit amet.

#1333be Color CSS Codes

.mybgcolor {background-color:#1333be; } 
.myforecolor {color:#1333be; }
.mybordercolor {border:3px solid #1333be; }

#1333be Text Font Color

<p style="color:#1333be">Text here</p>

This sample text font color is #1333be
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#1333be Background Color

<div style="background-color:#1333be">
Div content here</div>

This div background color is #1333be


#1333be Border Color

<div style="border:3px solid #1333be">
Div here</div>

This div border color is #1333be


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(19,51,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #1333be; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #1333be;
  -webkit-box-shadow: 1px 1px 3px 2px #1333be;
  box-shadow:         1px 1px 3px 2px #1333be; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(19,51,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #1333be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #1333be;
  -webkit-box-shadow: 1px 1px 3px 2px #1333be;
  box-shadow:         1px 1px 3px 2px #1333be;">
Div content here</div>

This div box has shadow with color #1333be


Comments

No comments written yet.

Please login to write comment.