Html Css Color HEX #0166CD Navy Blue

📋 copy color: '#0166CD'

red 1 ◦ green 102 ◦ blue 205

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

Shades of Navy Blue #0166CD

Tints of Navy Blue #0166CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.56%

R = 0.32%
G = 33.12%
B = 66.56%

CMYK

 C value IS 1.00

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0166CD (or 0x0166CD) is known color: Navy Blue. HEX triplet: 01, 66 and CD. RGB value is (1,102,205). Sum of RGB (Red+Green+Blue) = 1+102+205=308 (40% of max value = 765). Red value is 1 (0.78% from 255 or 0.32% from 308); Green value is 102 (40.23% from 255 or 33.12% from 308); Blue value is 205 (80.47% from 255 or 66.56% from 308); Max value from RGB is 205 - color contains mainly: blue. Hex color #0166CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166CD is #FE9932. Grayscale: #535353. Windows color (decimal): -16685363 or 13460993. OLE color: 13460993.

HSL color Cylindrical-coordinate representation of color #0166CD: hue angle of 210.29º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0166CD is Cyan = 1.00, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 1 102 205 -
CMYK 1.00 0.50 0 0.20
HSL 210.29º 0.99% 0.4% -
HSV(B) 210.29º 1% 0.8% -
XYZ 15.78 13.92 59.61 -
YUV 83.54 196.54 69.12 -
System Red Green Blue C M Y K H S L
Decimal 1 102 205 1.00 0.50 0 0.20 210.29 0.99 0.4
Hex 1 66 CD 64 32 0 14 D2 63 28
Octal 1 146 315 144 62 0 24 322 143 50
Binary 1 1100110 11001101 1100100 110010 0 10100 11010010 1100011 101000

Color Harmonies of #0166CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166CD

Black with #0166CD

Text Example


Text Example

White with #0166CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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