#0B0089

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

Shades of Dark Blue #0B0089

Tints of Dark Blue #0B0089

Color information

#0B0089 (or 0x0B0089) is unknown color: approx Dark Blue. HEX triplet: 0B, 00 and 89. RGB value is (11,0,137). Sum of RGB (Red+Green+Blue) = 11+0+137=148 (19% of max value = 765). Red value is 11 (4.69% from 255 or 7.43% from 148); Green value is 0 (0.39% from 255 or 0% from 148); Blue value is 137 (53.91% from 255 or 92.57% from 148); Max value from RGB is 137 - color contains mainly: blue. Hex color #0B0089 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0B0089 is #F4FF76. Grayscale: #121212. Windows color (decimal): -16056183 or 8978443. OLE color: 8978443.

HSL color Cylindrical-coordinate representation of color #0B0089: hue angle of 244.82º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0089 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB110137-
CMYK0.92100.46
HSL244.82º100%26.86%-
HSV(B)244.82º100%53.73%-
XYZ4.651.8823.78-
YUV18.91194.64122.36-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 7.43%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 137 (53.91% from 255) = 92.57%
R=7.43%
G=0%
B=92.57%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1101370.92100.46244.8210026.86
HexB0895C6402Ef5641b
Octal13021113414405636514433
Binary101101000100110111001100100010111011110101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B0089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,0,137); }

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

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

 a { background-color: rgb(11,0,137); }

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

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

 span { border-color: rgb(11,0,137); }

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