Html Css Color HEX #0166FE Navy Blue

📋 copy color: '#0166FE'

red 1 ◦ green 102 ◦ blue 254

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

Shades of Navy Blue #0166FE

Tints of Navy Blue #0166FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 71.15%

R = 0.28%
G = 28.57%
B = 71.15%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#0166FE (or 0x0166FE) is known color: Navy Blue. HEX triplet: 01, 66 and FE. RGB value is (1,102,254). Sum of RGB (Red+Green+Blue) = 1+102+254=357 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 254 (99.61% from 255 or 71.15% from 357); Max value from RGB is 254 - color contains mainly: blue. Hex color #0166FE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0166FE is #FE9901. Grayscale: #585858. Windows color (decimal): -16685314 or 16672257. OLE color: 16672257.

HSL color Cylindrical-coordinate representation of color #0166FE: hue angle of 216.05º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166FE is Cyan = 1.00, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 1 102 254 -
CMYK 1.00 0.60 0 0.00
HSL 216.05º 0.99% 0.5% -
HSV(B) 216.05º 1% 1% -
XYZ 22.65 16.66 95.79 -
YUV 89.13 221.04 65.14 -
System Red Green Blue C M Y K H S L
Decimal 1 102 254 1.00 0.60 0 0.00 216.05 0.99 0.5
Hex 1 66 FE 64 3C 0 0 D8 63 32
Octal 1 146 376 144 74 0 0 330 143 62
Binary 1 1100110 11111110 1100100 111100 0 0 11011000 1100011 110010

Color Harmonies of #0166FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166FE

Black with #0166FE

Text Example


Text Example

White with #0166FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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