#0B027D

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

Shades of Navy #0B027D

Tints of Navy #0B027D

Color information

#0B027D (or 0x0B027D) is unknown color: approx Navy. HEX triplet: 0B, 02 and 7D. RGB value is (11,2,125). Sum of RGB (Red+Green+Blue) = 11+2+125=138 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.97% from 138); Green value is 2 (1.17% from 255 or 1.45% from 138); Blue value is 125 (49.22% from 255 or 90.58% from 138); Max value from RGB is 125 - color contains mainly: blue. Hex color #0B027D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B027D is #F4FD82. Grayscale: #121212. Windows color (decimal): -16055683 or 8192523. OLE color: 8192523.

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

Color convert

RGB112125-
CMYK0.910.9800.51
HSL244.39º96.85%24.9%-
HSV(B)244.39º98.4%49.02%-
XYZ3.861.619.51-
YUV18.71187.98122.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.97%
GREEN value IS 2 (1.17% from 255) = 1.45%
BLUE value IS 125 (49.22% from 255) = 90.58%
R=7.97%
G=1.45%
B=90.58%

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
Decimal1121250.910.9800.51244.3996.8524.9
HexB27D5B62033f46119
Octal13217513314206336414131
Binary101110111110110110111100010011001111110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B027D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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