Html Css Color HEX #1476AB Cerulean

📋 copy color: '#1476AB'

red 20 ◦ green 118 ◦ blue 171

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

Shades of Cerulean #1476AB

Tints of Cerulean #1476AB

RGB

 RED value IS 20 (8.2% from 255) = 6.47%

 GREEN value IS 118 (46.48% from 255) = 38.19%

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

R = 6.47%
G = 38.19%
B = 55.34%

CMYK

 C value IS 0.88

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1476AB (or 0x1476AB) is known color: Cerulean. HEX triplet: 14, 76 and AB. RGB value is (20,118,171). Sum of RGB (Red+Green+Blue) = 20+118+171=309 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.47% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #1476AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1476AB is #EB8954. Grayscale: #5E5E5E. Windows color (decimal): -15436117 or 11236884. OLE color: 11236884.

HSL color Cylindrical-coordinate representation of color #1476AB: hue angle of 201.06º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1476AB is Cyan = 0.88, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 20 118 171 -
CMYK 0.88 0.31 0 0.33
HSL 201.06º 0.79% 0.37% -
HSV(B) 201.06º 0.88% 0.67% -
XYZ 14.12 16.05 40.88 -
YUV 94.74 171.03 74.69 -
System Red Green Blue C M Y K H S L
Decimal 20 118 171 0.88 0.31 0 0.33 201.06 0.79 0.37
Hex 14 76 AB 58 1F 0 21 C9 4F 25
Octal 24 166 253 130 37 0 41 311 117 45
Binary 10100 1110110 10101011 1011000 11111 0 100001 11001001 1001111 100101

Color Harmonies of #1476AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476AB

Black with #1476AB

Text Example


Text Example

White with #1476AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,118,171); }

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

background-color css

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

 a { background-color: rgb(20,118,171); }

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

border-color css

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

 span { border-color: rgb(20,118,171); }

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