#016DAA

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

Shades of Cerulean #016DAA

Tints of Cerulean #016DAA

Color information

#016DAA (or 0x016DAA) is unknown color: approx Cerulean. HEX triplet: 01, 6D and AA. RGB value is (1,109,170). Sum of RGB (Red+Green+Blue) = 1+109+170=280 (37% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 280); Green value is 109 (42.97% from 255 or 38.93% from 280); Blue value is 170 (66.80% from 255 or 60.71% from 280); Max value from RGB is 170 - color contains mainly: blue. Hex color #016DAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016DAA is #FE9255. Grayscale: #535353. Windows color (decimal): -16683606 or 11169025. OLE color: 11169025.

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

Color convert

RGB1109170-
CMYK0.990.3600.33
HSL201.66º98.83%33.53%-
HSV(B)201.66º99.41%66.67%-
XYZ12.7413.8540.03-
YUV83.66176.7269.04-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.36%
GREEN value IS 109 (42.97% from 255) = 38.93%
BLUE value IS 170 (66.80% from 255) = 60.71%
R=0.36%
G=38.93%
B=60.71%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11091700.990.3600.33201.6698.8333.53
Hex16DAA6324021ca6322
Octal11552521434404131214342
Binary111011011010101011000111001000100001110010101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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