#0B0065

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

Shades of Navy #0B0065

Tints of Navy #0B0065

Color information

#0B0065 (or 0x0B0065) is unknown color: approx Navy. HEX triplet: 0B, 00 and 65. RGB value is (11,0,101). Sum of RGB (Red+Green+Blue) = 11+0+101=112 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.82% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 101 (39.84% from 255 or 90.18% from 112); Max value from RGB is 101 - color contains mainly: blue. Hex color #0B0065 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0065 is #F4FF9A. Grayscale: #0E0E0E. Windows color (decimal): -16056219 or 6619147. OLE color: 6619147.

HSL color Cylindrical-coordinate representation of color #0B0065: hue angle of 246.53º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0065 is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB110101-
CMYK0.89100.60
HSL246.53º100%19.8%-
HSV(B)246.53º100%39.61%-
XYZ2.491.0112.38-
YUV14.8176.64125.29-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 101 (39.84% from 255) = 90.18%
R=9.82%
G=0%
B=90.18%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1101010.89100.60246.5310019.8
HexB065596403Cf76414
Octal13014513114407436714424
Binary10110110010110110011100100011110011110111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,101); }

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

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

 a { background-color: rgb(11,0,101); }

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

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

 span { border-color: rgb(11,0,101); }

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