Html Css Color HEX #0166FC Navy Blue

📋 copy color: '#0166FC'

red 1 ◦ green 102 ◦ blue 252

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

Shades of Navy Blue #0166FC

Tints of Navy Blue #0166FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 70.99%

R = 0.28%
G = 28.73%
B = 70.99%

CMYK

 C value IS 1.00

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0166FC (or 0x0166FC) is known color: Navy Blue. HEX triplet: 01, 66 and FC. RGB value is (1,102,252). Sum of RGB (Red+Green+Blue) = 1+102+252=355 (47% of max value = 765). Red value is 1 (0.78% from 255 or 0.28% from 355); Green value is 102 (40.23% from 255 or 28.73% from 355); Blue value is 252 (98.83% from 255 or 70.99% from 355); Max value from RGB is 252 - color contains mainly: blue. Hex color #0166FC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0166FC is #FE9903. Grayscale: #585858. Windows color (decimal): -16685316 or 16541185. OLE color: 16541185.

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

Color convert

RGB 1 102 252 -
CMYK 1.00 0.60 0 0.01
HSL 215.86º 0.99% 0.5% -
HSV(B) 215.86º 1% 0.99% -
XYZ 22.33 16.54 94.11 -
YUV 88.9 220.04 65.3 -
System Red Green Blue C M Y K H S L
Decimal 1 102 252 1.00 0.60 0 0.01 215.86 0.99 0.5
Hex 1 66 FC 64 3C 0 1 D8 63 32
Octal 1 146 374 144 74 0 1 330 143 62
Binary 1 1100110 11111100 1100100 111100 0 1 11011000 1100011 110010

Color Harmonies of #0166FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166FC

Black with #0166FC

Text Example


Text Example

White with #0166FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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