Html Css Color HEX #0166AB Cerulean

📋 copy color: '#0166AB'

red 1 ◦ green 102 ◦ blue 171

#0166AB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #0166AB

Tints of Cerulean #0166AB

RGB

 RED value IS 1 (0.78% from 255) = 0.36%

 GREEN value IS 102 (40.23% from 255) = 37.23%

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 0.36%
G = 37.23%
B = 62.41%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0166AB (or 0x0166AB) is known color: Cerulean. HEX triplet: 01, 66 and AB. RGB value is (1,102,171). Sum of RGB (Red+Green+Blue) = 1+102+171=274 (36% of max value = 765). Red value is 1 (0.78% from 255 or 0.36% from 274); Green value is 102 (40.23% from 255 or 37.23% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #0166AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0166AB is #FE9954. Grayscale: #4F4F4F. Windows color (decimal): -16685397 or 11232769. OLE color: 11232769.

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

Color convert

RGB 1 102 171 -
CMYK 0.99 0.40 0 0.33
HSL 204.35º 0.99% 0.34% -
HSV(B) 204.35º 0.99% 0.67% -
XYZ 12.11 12.45 40.29 -
YUV 79.67 179.54 71.89 -
System Red Green Blue C M Y K H S L
Decimal 1 102 171 0.99 0.40 0 0.33 204.35 0.99 0.34
Hex 1 66 AB 63 28 0 21 CC 63 22
Octal 1 146 253 143 50 0 41 314 143 42
Binary 1 1100110 10101011 1100011 101000 0 100001 11001100 1100011 100010

Color Harmonies of #0166AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166AB

Black with #0166AB

Text Example


Text Example

White with #0166AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0166AB;
 }
 .AnyTagClassName
 {
   color: #0166AB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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