#016D8E

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

Shades of Cerulean #016D8E

Tints of Cerulean #016D8E

Color information

#016D8E (or 0x016D8E) is unknown color: approx Cerulean. HEX triplet: 01, 6D and 8E. RGB value is (1,109,142). Sum of RGB (Red+Green+Blue) = 1+109+142=252 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.40% from 252); Green value is 109 (42.97% from 255 or 43.25% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #016D8E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016D8E is #FE9271. Grayscale: #505050. Windows color (decimal): -16683634 or 9334017. OLE color: 9334017.

HSL color Cylindrical-coordinate representation of color #016D8E: hue angle of 194.04º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016D8E is Cyan = 0.99, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1109142-
CMYK0.990.2300.44
HSL194.04º98.6%28.04%-
HSV(B)194.04º99.3%55.69%-
XYZ10.3612.927.53-
YUV80.47162.7271.32-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.40%
GREEN value IS 109 (42.97% from 255) = 43.25%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=0.40%
G=43.25%
B=56.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal11091420.990.2300.44194.0498.628.04
Hex16D8E631702Cc2631c
Octal11552161432705430214334
Binary1110110110001110110001110111010110011000010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016D8E; }

 p { color: rgb(1,109,142); }

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

<style>
 a { background-color: #016D8E; }

 a { background-color: rgb(1,109,142); }

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

<style>
 span { border-color: #016D8E; }

 span { border-color: rgb(1,109,142); }

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