#0B0063

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

Shades of Navy #0B0063

Tints of Navy #0B0063

Color information

#0B0063 (or 0x0B0063) is unknown color: approx Navy. HEX triplet: 0B, 00 and 63. RGB value is (11,0,99). Sum of RGB (Red+Green+Blue) = 11+0+99=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 0 (0.39% from 255 or 0% from 110); Blue value is 99 (39.06% from 255 or 90% from 110); Max value from RGB is 99 - color contains mainly: blue. Hex color #0B0063 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B0063 is #F4FF9C. Grayscale: #0E0E0E. Windows color (decimal): -16056221 or 6488075. OLE color: 6488075.

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

Color convert

RGB11099-
CMYK0.89100.61
HSL246.67º100%19.41%-
HSV(B)246.67º100%38.82%-
XYZ2.390.9711.87-
YUV14.58175.64125.45-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 10%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 99 (39.06% from 255) = 90%
R=10%
G=0%
B=90%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal110990.89100.61246.6710019.41
HexB063596403Df76413
Octal13014313114407536714423
Binary10110110001110110011100100011110111110111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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