Html Css Color HEX #1372AB Cerulean

📋 copy color: '#1372AB'

red 19 ◦ green 114 ◦ blue 171

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

Shades of Cerulean #1372AB

Tints of Cerulean #1372AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.25%

R = 6.25%
G = 37.5%
B = 56.25%

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

#1372AB (or 0x1372AB) is known color: Cerulean. HEX triplet: 13, 72 and AB. RGB value is (19,114,171). Sum of RGB (Red+Green+Blue) = 19+114+171=304 (40% of max value = 765). Red value is 19 (7.81% from 255 or 6.25% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 171 (67.19% from 255 or 56.25% from 304); Max value from RGB is 171 - color contains mainly: blue. Hex color #1372AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1372AB is #EC8D54. Grayscale: #5B5B5B. Windows color (decimal): -15502677 or 11235859. OLE color: 11235859.

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

Color convert

RGB 19 114 171 -
CMYK 0.89 0.33 0 0.33
HSL 202.5º 0.8% 0.37% -
HSV(B) 202.5º 0.89% 0.67% -
XYZ 13.64 15.11 40.73 -
YUV 92.09 172.53 75.87 -
System Red Green Blue C M Y K H S L
Decimal 19 114 171 0.89 0.33 0 0.33 202.5 0.8 0.37
Hex 13 72 AB 59 21 0 21 CA 50 25
Octal 23 162 253 131 41 0 41 312 120 45
Binary 10011 1110010 10101011 1011001 100001 0 100001 11001010 1010000 100101

Color Harmonies of #1372AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1372AB

Black with #1372AB

Text Example


Text Example

White with #1372AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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