#0166A4

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

Shades of Cerulean #0166A4

Tints of Cerulean #0166A4

Color information

#0166A4 (or 0x0166A4) is unknown color: approx Cerulean. HEX triplet: 01, 66 and A4. RGB value is (1,102,164). Sum of RGB (Red+Green+Blue) = 1+102+164=267 (35% of max value = 765). Red value is 1 (0.78% from 255 or 0.37% from 267); Green value is 102 (40.23% from 255 or 38.20% from 267); Blue value is 164 (64.45% from 255 or 61.42% from 267); Max value from RGB is 164 - color contains mainly: blue. Hex color #0166A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0166A4 is #FE995B. Grayscale: #4E4E4E. Windows color (decimal): -16685404 or 10774017. OLE color: 10774017.

HSL color Cylindrical-coordinate representation of color #0166A4: hue angle of 202.82º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0166A4 is Cyan = 0.99, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1102164-
CMYK0.990.3800.36
HSL202.82º98.79%32.35%-
HSV(B)202.82º99.39%64.31%-
XYZ11.4612.1936.87-
YUV78.87176.0472.46-

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) = 38.20%
BLUE value IS 164 (64.45% from 255) = 61.42%
R=0.37%
G=38.20%
B=61.42%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal11021640.990.3800.36202.8298.7932.35
Hex166A46326024cb6320
Octal11462441434604431314340
Binary111001101010010011000111001100100100110010111100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0166A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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