#0B027E

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

Shades of Navy #0B027E

Tints of Navy #0B027E

Color information

#0B027E (or 0x0B027E) is unknown color: approx Navy. HEX triplet: 0B, 02 and 7E. RGB value is (11,2,126). Sum of RGB (Red+Green+Blue) = 11+2+126=139 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.91% from 139); Green value is 2 (1.17% from 255 or 1.44% from 139); Blue value is 126 (49.61% from 255 or 90.65% from 139); Max value from RGB is 126 - color contains mainly: blue. Hex color #0B027E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B027E is #F4FD81. Grayscale: #121212. Windows color (decimal): -16055682 or 8258059. OLE color: 8258059.

HSL color Cylindrical-coordinate representation of color #0B027E: hue angle of 244.35º 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 #0B027E is Cyan = 0.91, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB112126-
CMYK0.910.9800.51
HSL244.35º96.88%25.1%-
HSV(B)244.35º98.41%49.41%-
XYZ3.931.6219.84-
YUV18.83188.48122.42-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.91%
GREEN value IS 2 (1.17% from 255) = 1.44%
BLUE value IS 126 (49.61% from 255) = 90.65%
R=7.91%
G=1.44%
B=90.65%

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
Decimal1121260.910.9800.51244.3596.8825.1
HexB27E5B62033f46119
Octal13217613314206336414131
Binary101110111111010110111100010011001111110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B027E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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