#0B0370

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

Shades of Navy #0B0370

Tints of Navy #0B0370

Color information

#0B0370 (or 0x0B0370) is unknown color: approx Navy. HEX triplet: 0B, 03 and 70. RGB value is (11,3,112). Sum of RGB (Red+Green+Blue) = 11+3+112=126 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.73% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 112 (44.14% from 255 or 88.89% from 126); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B0370 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0370 is #F4FC8F. Grayscale: #111111. Windows color (decimal): -16055440 or 7340811. OLE color: 7340811.

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

Color convert

RGB113112-
CMYK0.900.9700.56
HSL244.4º94.78%22.55%-
HSV(B)244.4º97.32%43.92%-
XYZ3.11.3115.42-
YUV17.82181.15123.14-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.73%
GREEN value IS 3 (1.56% from 255) = 2.38%
BLUE value IS 112 (44.14% from 255) = 88.89%
R=8.73%
G=2.38%
B=88.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1131120.900.9700.56244.494.7822.55
HexB3705A61038f45f17
Octal13316013214107036413727
Binary101111111000010110101100001011100011110100101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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