#0B0770

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

Shades of Navy #0B0770

Tints of Navy #0B0770

Color information

#0B0770 (or 0x0B0770) is unknown color: approx Navy. HEX triplet: 0B, 07 and 70. RGB value is (11,7,112). Sum of RGB (Red+Green+Blue) = 11+7+112=130 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.46% from 130); Green value is 7 (3.12% from 255 or 5.38% from 130); Blue value is 112 (44.14% from 255 or 86.15% from 130); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0770 is #F4F88F. Grayscale: #131313. Windows color (decimal): -16054416 or 7341835. OLE color: 7341835.

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

Color convert

RGB117112-
CMYK0.900.9400.56
HSL242.29º88.24%23.33%-
HSV(B)242.29º93.75%43.92%-
XYZ3.141.3915.43-
YUV20.17179.83121.46-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.46%
GREEN value IS 7 (3.12% from 255) = 5.38%
BLUE value IS 112 (44.14% from 255) = 86.15%
R=8.46%
G=5.38%
B=86.15%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1171120.900.9400.56242.2988.2423.33
HexB7705A5E038f25817
Octal13716013213607036213027
Binary1011111111000010110101011110011100011110010101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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