#0B0175

Color #0B0175 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0B0175

Tints of Navy #0B0175

Color information

#0B0175 (or 0x0B0175) is unknown color: approx Navy. HEX triplet: 0B, 01 and 75. RGB value is (11,1,117). Sum of RGB (Red+Green+Blue) = 11+1+117=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 117 (46.09% from 255 or 90.70% from 129); Max value from RGB is 117 - color contains mainly: blue. Hex color #0B0175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0175 is #F4FE8A. Grayscale: #101010. Windows color (decimal): -16055947 or 7667979. OLE color: 7667979.

HSL color Cylindrical-coordinate representation of color #0B0175: hue angle of 245.17º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0175 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB111117-
CMYK0.910.9900.54
HSL245.17º98.31%23.14%-
HSV(B)245.17º99.15%45.88%-
XYZ3.361.3816.92-
YUV17.21184.31123.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.53%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 117 (46.09% from 255) = 90.70%
R=8.53%
G=0.78%
B=90.70%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1111170.910.9900.54245.1798.3123.14
HexB1755B63036f56217
Octal13116513314306636514227
Binary10111111010110110111100011011011011110101110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0B0175;
 }
 .AnyTagClassName
 {
   color: #0B0175;
 }
</style>
background-color css

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

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

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

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

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

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