Html Css Color HEX #1476AA Cerulean

📋 copy color: '#1476AA'

red 20 ◦ green 118 ◦ blue 170

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

Shades of Cerulean #1476AA

Tints of Cerulean #1476AA

RGB

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

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

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

R = 6.49%
G = 38.31%
B = 55.19%

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

#1476AA (or 0x1476AA) is known color: Cerulean. HEX triplet: 14, 76 and AA. RGB value is (20,118,170). Sum of RGB (Red+Green+Blue) = 20+118+170=308 (40% of max value = 765). Red value is 20 (8.20% from 255 or 6.49% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 170 (66.80% from 255 or 55.19% from 308); Max value from RGB is 170 - color contains mainly: blue. Hex color #1476AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1476AA is #EB8955. Grayscale: #5E5E5E. Windows color (decimal): -15436118 or 11171348. OLE color: 11171348.

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

Color convert

RGB 20 118 170 -
CMYK 0.88 0.31 0 0.33
HSL 200.8º 0.79% 0.37% -
HSV(B) 200.8º 0.88% 0.67% -
XYZ 14.02 16.01 40.38 -
YUV 94.63 170.53 74.77 -
System Red Green Blue C M Y K H S L
Decimal 20 118 170 0.88 0.31 0 0.33 200.8 0.79 0.37
Hex 14 76 AA 58 1F 0 21 C9 4F 25
Octal 24 166 252 130 37 0 41 311 117 45
Binary 10100 1110110 10101010 1011000 11111 0 100001 11001001 1001111 100101

Color Harmonies of #1476AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1476AA

Black with #1476AA

Text Example


Text Example

White with #1476AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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