#0B076E

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

Shades of Navy #0B076E

Tints of Navy #0B076E

Color information

#0B076E (or 0x0B076E) is unknown color: approx Navy. HEX triplet: 0B, 07 and 6E. RGB value is (11,7,110). Sum of RGB (Red+Green+Blue) = 11+7+110=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 7 (3.12% from 255 or 5.47% from 128); Blue value is 110 (43.36% from 255 or 85.94% from 128); Max value from RGB is 110 - color contains mainly: blue. Hex color #0B076E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B076E is #F4F891. Grayscale: #131313. Windows color (decimal): -16054418 or 7210763. OLE color: 7210763.

HSL color Cylindrical-coordinate representation of color #0B076E: hue angle of 242.33º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B076E is Cyan = 0.9, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB117110-
CMYK0.90.9400.57
HSL242.33º88.03%22.94%-
HSV(B)242.33º93.64%43.14%-
XYZ3.031.3514.85-
YUV19.94178.83121.62-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.59%
GREEN value IS 7 (3.12% from 255) = 5.47%
BLUE value IS 110 (43.36% from 255) = 85.94%
R=8.59%
G=5.47%
B=85.94%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1171100.90.9400.57242.3388.0322.94
HexB76E5A5E039f25817
Octal13715613213607136213027
Binary1011111110111010110101011110011100111110010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B076E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,7,110); }

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

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

 a { background-color: rgb(11,7,110); }

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

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

 span { border-color: rgb(11,7,110); }

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