#016DAE

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

Shades of Cerulean #016DAE

Tints of Cerulean #016DAE

Color information

#016DAE (or 0x016DAE) is unknown color: approx Cerulean. HEX triplet: 01, 6D and AE. RGB value is (1,109,174). Sum of RGB (Red+Green+Blue) = 1+109+174=284 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.35% from 284); Green value is 109 (42.97% from 255 or 38.38% from 284); Blue value is 174 (68.36% from 255 or 61.27% from 284); Max value from RGB is 174 - color contains mainly: blue. Hex color #016DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DAE is #FE9251. Grayscale: #535353. Windows color (decimal): -16683602 or 11431169. OLE color: 11431169.

HSL color Cylindrical-coordinate representation of color #016DAE: hue angle of 202.54º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016DAE is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1109174-
CMYK0.990.3700.32
HSL202.54º98.86%34.31%-
HSV(B)202.54º99.43%68.24%-
XYZ13.121442.06-
YUV84.12178.7268.71-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.35%
GREEN value IS 109 (42.97% from 255) = 38.38%
BLUE value IS 174 (68.36% from 255) = 61.27%
R=0.35%
G=38.38%
B=61.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal11091740.990.3700.32202.5498.8634.31
Hex16DAE6325020cb6322
Octal11552561434504031314342
Binary111011011010111011000111001010100000110010111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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