#016699

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

Shades of Cerulean #016699

Tints of Cerulean #016699

Color information

#016699 (or 0x016699) is unknown color: approx Cerulean. HEX triplet: 01, 66 and 99. RGB value is (1,102,153). Sum of RGB (Red+Green+Blue) = 1+102+153=256 (33% of max value = 765). Red value is 1 (0.78% from 255 or 0.39% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #016699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #016699 is #FE9966. Grayscale: #4D4D4D. Windows color (decimal): -16685415 or 10053121. OLE color: 10053121.

HSL color Cylindrical-coordinate representation of color #016699: hue angle of 200.13º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016699 is Cyan = 0.99, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1102153-
CMYK0.990.3300.4
HSL200.13º98.7%30.2%-
HSV(B)200.13º99.35%60%-
XYZ10.5111.8131.86-
YUV77.61170.5473.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.39%
GREEN value IS 102 (40.23% from 255) = 39.84%
BLUE value IS 153 (60.16% from 255) = 59.77%
R=0.39%
G=39.84%
B=59.77%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal11021530.990.3300.4200.1398.730.2
Hex166996321028c8631e
Octal11462311434105031014336
Binary11100110100110011100011100001010100011001000110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #016699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #016699; }

 p { color: rgb(1,102,153); }

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

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

 a { background-color: rgb(1,102,153); }

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

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

 span { border-color: rgb(1,102,153); }

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