Html Css Color HEX #0166EF Navy Blue

📋 copy color: '#0166EF'

red 1 ◦ green 102 ◦ blue 239

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

Shades of Navy Blue #0166EF

Tints of Navy Blue #0166EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.88%

R = 0.29%
G = 29.82%
B = 69.88%

CMYK

 C value IS 1.00

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0166EF (or 0x0166EF) is known color: Navy Blue. HEX triplet: 01, 66 and EF. RGB value is (1,102,239). Sum of RGB (Red+Green+Blue) = 1+102+239=342 (45% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 239 (93.75% from 255 or 69.88% from 342); Max value from RGB is 239 - color contains mainly: blue. Hex color #0166EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0166EF is #FE9910. Grayscale: #565656. Windows color (decimal): -16685329 or 15689217. OLE color: 15689217.

HSL color Cylindrical-coordinate representation of color #0166EF: hue angle of 214.54º degrees, saturation: 0.99, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166EF is Cyan = 1.00, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 1 102 239 -
CMYK 1.00 0.57 0 0.06
HSL 214.54º 0.99% 0.47% -
HSV(B) 214.54º 1% 0.94% -
XYZ 20.34 15.74 83.63 -
YUV 87.42 213.54 66.36 -
System Red Green Blue C M Y K H S L
Decimal 1 102 239 1.00 0.57 0 0.06 214.54 0.99 0.47
Hex 1 66 EF 64 39 0 6 D7 63 2F
Octal 1 146 357 144 71 0 6 327 143 57
Binary 1 1100110 11101111 1100100 111001 0 110 11010111 1100011 101111

Color Harmonies of #0166EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166EF

Black with #0166EF

Text Example


Text Example

White with #0166EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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