#0B0286

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

Shades of Dark Blue #0B0286

Tints of Dark Blue #0B0286

Color information

#0B0286 (or 0x0B0286) is unknown color: approx Dark Blue. HEX triplet: 0B, 02 and 86. RGB value is (11,2,134). Sum of RGB (Red+Green+Blue) = 11+2+134=147 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.48% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 134 (52.73% from 255 or 91.16% from 147); Max value from RGB is 134 - color contains mainly: blue. Hex color #0B0286 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0286 is #F4FD79. Grayscale: #131313. Windows color (decimal): -16055674 or 8782347. OLE color: 8782347.

HSL color Cylindrical-coordinate representation of color #0B0286: hue angle of 244.09º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0286 is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB112134-
CMYK0.920.9900.47
HSL244.09º97.06%26.67%-
HSV(B)244.09º98.51%52.55%-
XYZ4.461.8422.67-
YUV19.74192.48121.77-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.48%
GREEN value IS 2 (1.17% from 255) = 1.36%
BLUE value IS 134 (52.73% from 255) = 91.16%
R=7.48%
G=1.36%
B=91.16%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1121340.920.9900.47244.0997.0626.67
HexB2865C6302Ff4611b
Octal13220613414305736414133
Binary1011101000011010111001100011010111111110100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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