Html Css Color HEX #0166BD Navy Blue

📋 copy color: '#0166BD'

red 1 ◦ green 102 ◦ blue 189

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

Shades of Navy Blue #0166BD

Tints of Navy Blue #0166BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.73%

R = 0.34%
G = 34.93%
B = 64.73%

CMYK

 C value IS 0.99

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0166BD (or 0x0166BD) is known color: Navy Blue. HEX triplet: 01, 66 and BD. RGB value is (1,102,189). Sum of RGB (Red+Green+Blue) = 1+102+189=292 (38% of max value = 765). Red value is 1 (0.78% from 255 or 0.34% from 292); Green value is 102 (40.23% from 255 or 34.93% from 292); Blue value is 189 (74.22% from 255 or 64.73% from 292); Max value from RGB is 189 - color contains mainly: blue. Hex color #0166BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0166BD is #FE9942. Grayscale: #515151. Windows color (decimal): -16685379 or 12412417. OLE color: 12412417.

HSL color Cylindrical-coordinate representation of color #0166BD: hue angle of 207.77º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0166BD is Cyan = 0.99, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 1 102 189 -
CMYK 0.99 0.46 0 0.26
HSL 207.77º 0.99% 0.37% -
HSV(B) 207.77º 0.99% 0.74% -
XYZ 13.95 13.18 49.95 -
YUV 81.72 188.54 70.43 -
System Red Green Blue C M Y K H S L
Decimal 1 102 189 0.99 0.46 0 0.26 207.77 0.99 0.37
Hex 1 66 BD 63 2E 0 1A D0 63 25
Octal 1 146 275 143 56 0 32 320 143 45
Binary 1 1100110 10111101 1100011 101110 0 11010 11010000 1100011 100101

Color Harmonies of #0166BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0166BD

Black with #0166BD

Text Example


Text Example

White with #0166BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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