#0166AA

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

Shades of Cerulean #0166AA

Tints of Cerulean #0166AA

Color information

#0166AA (or 0x0166AA) is unknown color: approx Cerulean. HEX triplet: 01, 66 and AA. RGB value is (1,102,170). Sum of RGB (Red+Green+Blue) = 1+102+170=273 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 170 (66.80% from 255 or 62.27% from 273); Max value from RGB is 170 - color contains mainly: blue. Hex color #0166AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0166AA is #FE9955. Grayscale: #4F4F4F. Windows color (decimal): -16685398 or 11167233. OLE color: 11167233.

HSL color Cylindrical-coordinate representation of color #0166AA: hue angle of 204.14º 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 #0166AA is Cyan = 0.99, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1102170-
CMYK0.990.400.33
HSL204.14º98.83%33.53%-
HSV(B)204.14º99.41%66.67%-
XYZ12.0212.4139.79-
YUV79.55179.0471.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.37%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 170 (66.80% from 255) = 62.27%
R=0.37%
G=37.36%
B=62.27%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11021700.990.400.33204.1498.8333.53
Hex166AA6328021cc6322
Octal11462521435004131414342
Binary111001101010101011000111010000100001110011001100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0166AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0166AA; }

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

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

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

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

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

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

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

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