#0B027C

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

Shades of Navy #0B027C

Tints of Navy #0B027C

Color information

#0B027C (or 0x0B027C) is unknown color: approx Navy. HEX triplet: 0B, 02 and 7C. RGB value is (11,2,124). Sum of RGB (Red+Green+Blue) = 11+2+124=137 (18% of max value = 765). Red value is 11 (4.69% from 255 or 8.03% from 137); Green value is 2 (1.17% from 255 or 1.46% from 137); Blue value is 124 (48.83% from 255 or 90.51% from 137); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B027C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B027C is #F4FD83. Grayscale: #121212. Windows color (decimal): -16055684 or 8126987. OLE color: 8126987.

HSL color Cylindrical-coordinate representation of color #0B027C: hue angle of 244.43º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0B027C is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112124-
CMYK0.910.9800.51
HSL244.43º96.83%24.71%-
HSV(B)244.43º98.39%48.63%-
XYZ3.81.5719.17-
YUV18.6187.48122.58-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.03%
GREEN value IS 2 (1.17% from 255) = 1.46%
BLUE value IS 124 (48.83% from 255) = 90.51%
R=8.03%
G=1.46%
B=90.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1121240.910.9800.51244.4396.8324.71
HexB27C5B62033f46119
Octal13217413314206336414131
Binary101110111110010110111100010011001111110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,2,124); }

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

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

 a { background-color: rgb(11,2,124); }

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

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

 span { border-color: rgb(11,2,124); }

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