Html Css Color HEX #0166E0 Navy Blue

📋 copy color: '#0166E0'

red 1 ◦ green 102 ◦ blue 224

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

Shades of Navy Blue #0166E0

Tints of Navy Blue #0166E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 68.5%

R = 0.31%
G = 31.19%
B = 68.5%

CMYK

 C value IS 1.00

 M value IS 0.54

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#0166E0 (or 0x0166E0) is known color: Navy Blue. HEX triplet: 01, 66 and E0. RGB value is (1,102,224). Sum of RGB (Red+Green+Blue) = 1+102+224=327 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.31% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 224 (87.89% from 255 or 68.50% from 327); Max value from RGB is 224 - color contains mainly: blue. Hex color #0166E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166E0 is #FE991F. Grayscale: #555555. Windows color (decimal): -16685344 or 14706177. OLE color: 14706177.

HSL color Cylindrical-coordinate representation of color #0166E0: hue angle of 212.83º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166E0 is Cyan = 1.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 1 102 224 -
CMYK 1.00 0.54 0 0.12
HSL 212.83º 0.99% 0.44% -
HSV(B) 212.83º 1% 0.88% -
XYZ 18.22 14.89 72.44 -
YUV 85.71 206.04 67.58 -
System Red Green Blue C M Y K H S L
Decimal 1 102 224 1.00 0.54 0 0.12 212.83 0.99 0.44
Hex 1 66 E0 64 36 0 C D5 63 2C
Octal 1 146 340 144 66 0 14 325 143 54
Binary 1 1100110 11100000 1100100 110110 0 1100 11010101 1100011 101100

Color Harmonies of #0166E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166E0

Black with #0166E0

Text Example


Text Example

White with #0166E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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