#000B89

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

Shades of Dark Blue #000B89

Tints of Dark Blue #000B89

Color information

#000B89 (or 0x000B89) is unknown color: approx Dark Blue. HEX triplet: 00, 0B and 89. RGB value is (0,11,137). Sum of RGB (Red+Green+Blue) = 0+11+137=148 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 148); Green value is 11 (4.69% from 255 or 7.43% 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 #000B89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000B89 is #FFF476. Grayscale: #151515. Windows color (decimal): -16774263 or 8981248. OLE color: 8981248.

HSL color Cylindrical-coordinate representation of color #000B89: hue angle of 235.18º 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 #000B89 is Cyan = 1, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB011137-
CMYK10.9200.46
HSL235.18º100%26.86%-
HSV(B)235.18º100%53.73%-
XYZ4.642.0523.82-
YUV22.08192.86112.25-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal01113710.9200.46235.1810026.86
Hex0B89645C02Eeb641b
Octal01321114413405635314433
Binary010111000100111001001011100010111011101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000B89; }

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

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

<style>
 a { background-color: #000B89; }

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

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

<style>
 span { border-color: #000B89; }

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

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