#1476ac

Color #1476AC Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #1476AC

Tints of Cerulean #1476AC

Color information

#1476AC (or 0x1476AC) is unknown color: approx Cerulean. HEX triplet: 14, 76 and AC. RGB value is (20,118,172). Sum of RGB (Red+Green+Blue) = 20+118+172=310 (41% of max value = 765). Red value is 20 (8.20% from 255 or 6.45% from 310); Green value is 118 (46.48% from 255 or 38.06% from 310); Blue value is 172 (67.58% from 255 or 55.48% from 310); Max value from RGB is 172 - color contains mainly: blue. Hex color #1476AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1476AC is #EB8953. Grayscale: #5E5E5E. Windows color (decimal): -15436116 or 11302420. OLE color: 11302420.

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

Color convert

RGB20118172-
CMYK0.880.3100.33
HSL201.32º79.17%37.65%-
HSV(B)201.32º88.37%67.45%-
XYZ14.2116.0841.39-
YUV94.85171.5374.61-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 6.45%
GREEN value IS 118 (46.48% from 255) = 38.06%
BLUE value IS 172 (67.58% from 255) = 55.48%
R=6.45%
G=38.06%
B=55.48%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal201181720.880.3100.33201.3279.1737.65
Hex1476AC581F021c94f26
Octal241662541303704131111746
Binary101001110110101011001011000111110100001110010011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1476ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1476ac;
 }
 .AnyTagClassName
 {
   color: #1476ac;
 }
</style>
background-color css

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

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

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

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

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

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