#0B0280

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

Shades of Navy #0B0280

Tints of Navy #0B0280

Color information

#0B0280 (or 0x0B0280) is unknown color: approx Navy. HEX triplet: 0B, 02 and 80. RGB value is (11,2,128). Sum of RGB (Red+Green+Blue) = 11+2+128=141 (18% of max value = 765). Red value is 11 (4.69% from 255 or 7.80% from 141); Green value is 2 (1.17% from 255 or 1.42% from 141); Blue value is 128 (50.39% from 255 or 90.78% from 141); Max value from RGB is 128 - color contains mainly: blue. Hex color #0B0280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0280 is #F4FD7F. Grayscale: #121212. Windows color (decimal): -16055680 or 8389131. OLE color: 8389131.

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

Color convert

RGB112128-
CMYK0.910.9800.50
HSL244.29º96.92%25.49%-
HSV(B)244.29º98.44%50.2%-
XYZ4.061.6720.53-
YUV19.06189.48122.25-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.80%
GREEN value IS 2 (1.17% from 255) = 1.42%
BLUE value IS 128 (50.39% from 255) = 90.78%
R=7.80%
G=1.42%
B=90.78%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1121280.910.9800.50244.2996.9225.49
HexB2805B62032f46119
Octal13220013314206236414131
Binary1011101000000010110111100010011001011110100110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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