Html Css Color HEX #1370AA Cerulean

📋 copy color: '#1370AA'

red 19 ◦ green 112 ◦ blue 170

#1370AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #1370AA

Tints of Cerulean #1370AA

RGB

 RED value IS 19 (7.81% from 255) = 6.31%

 GREEN value IS 112 (44.14% from 255) = 37.21%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 6.31%
G = 37.21%
B = 56.48%

CMYK

 C value IS 0.89

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#1370AA (or 0x1370AA) is known color: Cerulean. HEX triplet: 13, 70 and AA. RGB value is (19,112,170). Sum of RGB (Red+Green+Blue) = 19+112+170=301 (39% of max value = 765). Red value is 19 (7.81% from 255 or 6.31% from 301); Green value is 112 (44.14% from 255 or 37.21% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #1370AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1370AA is #EC8F55. Grayscale: #5A5A5A. Windows color (decimal): -15503190 or 11169811. OLE color: 11169811.

HSL color Cylindrical-coordinate representation of color #1370AA: hue angle of 203.05º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1370AA is Cyan = 0.89, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 112 170 -
CMYK 0.89 0.34 0 0.33
HSL 203.05º 0.8% 0.37% -
HSV(B) 203.05º 0.89% 0.67% -
XYZ 13.32 14.63 40.15 -
YUV 90.81 172.69 76.78 -
System Red Green Blue C M Y K H S L
Decimal 19 112 170 0.89 0.34 0 0.33 203.05 0.8 0.37
Hex 13 70 AA 59 22 0 21 CB 50 25
Octal 23 160 252 131 42 0 41 313 120 45
Binary 10011 1110000 10101010 1011001 100010 0 100001 11001011 1010000 100101

Color Harmonies of #1370AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1370AA

Black with #1370AA

Text Example


Text Example

White with #1370AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1370AA; }

 p { color: rgb(19,112,170); }

 H1.HeaderClassName
 {
   color: #1370AA;
 }
 .AnyTagClassName
 {
   color: #1370AA;
 }
</style>

background-color css

<style>
 a { background-color: #1370AA; }

 a { background-color: rgb(19,112,170); }

 div.DivClassName
 {
   background-color: #1370AA;
 }
 .BgClassName
 {
   background-color: #1370AA;
 }
</style>

border-color css

<style>
 span { border-color: #1370AA; }

 span { border-color: rgb(19,112,170); }

 td.TdClassName
 {
   border-color: #1370AA;
 }
 .TagClassName
 {
   border-color: #1370AA;
 }
</style>