#0B027A

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

Shades of Navy #0B027A

Tints of Navy #0B027A

Color information

#0B027A (or 0x0B027A) is unknown color: approx Navy. HEX triplet: 0B, 02 and 7A. RGB value is (11,2,122). Sum of RGB (Red+Green+Blue) = 11+2+122=135 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.15% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 122 (48.05% from 255 or 90.37% from 135); Max value from RGB is 122 - color contains mainly: blue. Hex color #0B027A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B027A is #F4FD85. Grayscale: #111111. Windows color (decimal): -16055686 or 7995915. OLE color: 7995915.

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

Color convert

RGB112122-
CMYK0.910.9800.52
HSL244.5º96.77%24.31%-
HSV(B)244.5º98.36%47.84%-
XYZ3.671.5218.51-
YUV18.37186.48122.74-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 8.15%
GREEN value IS 2 (1.17% from 255) = 1.48%
BLUE value IS 122 (48.05% from 255) = 90.37%
R=8.15%
G=1.48%
B=90.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1121220.910.9800.52244.596.7724.31
HexB27A5B62034f46118
Octal13217213314206436414130
Binary101110111101010110111100010011010011110100110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B027A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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