#0B0376

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

Shades of Navy #0B0376

Tints of Navy #0B0376

Color information

#0B0376 (or 0x0B0376) is unknown color: approx Navy. HEX triplet: 0B, 03 and 76. RGB value is (11,3,118). Sum of RGB (Red+Green+Blue) = 11+3+118=132 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.33% from 132); Green value is 3 (1.56% from 255 or 2.27% from 132); Blue value is 118 (46.48% from 255 or 89.39% from 132); Max value from RGB is 118 - color contains mainly: blue. Hex color #0B0376 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0376 is #F4FC89. Grayscale: #121212. Windows color (decimal): -16055434 or 7734027. OLE color: 7734027.

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

Color convert

RGB113118-
CMYK0.910.9700.54
HSL244.17º95.04%23.73%-
HSV(B)244.17º97.46%46.27%-
XYZ3.441.4417.24-
YUV18.5184.15122.65-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.33%
GREEN value IS 3 (1.56% from 255) = 2.27%
BLUE value IS 118 (46.48% from 255) = 89.39%
R=8.33%
G=2.27%
B=89.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1131180.910.9700.54244.1795.0423.73
HexB3765B61036f45f18
Octal13316613314106636413730
Binary101111111011010110111100001011011011110100101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,3,118); }

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

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

 a { background-color: rgb(11,3,118); }

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

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

 span { border-color: rgb(11,3,118); }

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