Html Css Color HEX #0B0171 Navy

📋 copy color: '#0B0171'

red 11 ◦ green 1 ◦ blue 113

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

Shades of Navy #0B0171

Tints of Navy #0B0171

RGB

 RED value IS 11 (4.69% from 255) = 8.8%

 GREEN value IS 1 (0.78% from 255) = 0.8%

 BLUE value IS 113 (44.53% from 255) = 90.4%

R = 8.8%
G = 0.8%
B = 90.4%

CMYK

 C value IS 0.90

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B0171 (or 0x0B0171) is known color: Navy. HEX triplet: 0B, 01 and 71. RGB value is (11,1,113). Sum of RGB (Red+Green+Blue) = 11+1+113=125 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.8% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 113 (44.53% from 255 or 90.4% from 125); Max value from RGB is 113 - color contains mainly: blue. Hex color #0B0171 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0171 is #F4FE8E. Grayscale: #101010. Windows color (decimal): -16055951 or 7405835. OLE color: 7405835.

HSL color Cylindrical-coordinate representation of color #0B0171: hue angle of 245.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0171 is Cyan = 0.90, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 1 113 -
CMYK 0.90 0.99 0 0.56
HSL 245.36º 0.98% 0.22% -
HSV(B) 245.36º 0.99% 0.44% -
XYZ 3.13 1.29 15.71 -
YUV 16.76 182.31 123.89 -
System Red Green Blue C M Y K H S L
Decimal 11 1 113 0.90 0.99 0 0.56 245.36 0.98 0.22
Hex B 1 71 5A 63 0 38 F5 62 16
Octal 13 1 161 132 143 0 70 365 142 26
Binary 1011 1 1110001 1011010 1100011 0 111000 11110101 1100010 10110

Color Harmonies of #0B0171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0171

Black with #0B0171

Text Example


Text Example

White with #0B0171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B0171; }

 p { color: rgb(11,1,113); }

 H1.HeaderClassName
 {
   color: #0B0171;
 }
 .AnyTagClassName
 {
   color: #0B0171;
 }
</style>

background-color css

<style>
 a { background-color: #0B0171; }

 a { background-color: rgb(11,1,113); }

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

border-color css

<style>
 span { border-color: #0B0171; }

 span { border-color: rgb(11,1,113); }

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