Html Css Color HEX #1372AA Cerulean

📋 copy color: '#1372AA'

red 19 ◦ green 114 ◦ blue 170

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

Shades of Cerulean #1372AA

Tints of Cerulean #1372AA

RGB

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

 GREEN value IS 114 (44.92% from 255) = 37.62%

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

R = 6.27%
G = 37.62%
B = 56.11%

CMYK

 C value IS 0.89

 M value IS 0.33

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1372AA (or 0x1372AA) is known color: Cerulean. HEX triplet: 13, 72 and AA. RGB value is (19,114,170). Sum of RGB (Red+Green+Blue) = 19+114+170=303 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.27% from 303); Green value is 114 (44.92% from 255 or 37.62% from 303); Blue value is 170 (66.80% from 255 or 56.11% from 303); Max value from RGB is 170 - color contains mainly: blue. Hex color #1372AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1372AA is #EC8D55. Grayscale: #5B5B5B. Windows color (decimal): -15502678 or 11170323. OLE color: 11170323.

HSL color Cylindrical-coordinate representation of color #1372AA: hue angle of 202.25º 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 #1372AA is Cyan = 0.89, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 19 114 170 -
CMYK 0.89 0.33 0 0.33
HSL 202.25º 0.8% 0.37% -
HSV(B) 202.25º 0.89% 0.67% -
XYZ 13.54 15.08 40.23 -
YUV 91.98 172.03 75.95 -
System Red Green Blue C M Y K H S L
Decimal 19 114 170 0.89 0.33 0 0.33 202.25 0.8 0.37
Hex 13 72 AA 59 21 0 21 CA 50 25
Octal 23 162 252 131 41 0 41 312 120 45
Binary 10011 1110010 10101010 1011001 100001 0 100001 11001010 1010000 100101

Color Harmonies of #1372AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372AA

Black with #1372AA

Text Example


Text Example

White with #1372AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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