#000B88

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

Shades of Dark Blue #000B88

Tints of Dark Blue #000B88

Color information

#000B88 (or 0x000B88) is unknown color: approx Dark Blue. HEX triplet: 00, 0B and 88. RGB value is (0,11,136). Sum of RGB (Red+Green+Blue) = 0+11+136=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 11 (4.69% from 255 or 7.48% from 147); Blue value is 136 (53.52% from 255 or 92.52% from 147); Max value from RGB is 136 - color contains mainly: blue. Hex color #000B88 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000B88 is #FFF477. Grayscale: #151515. Windows color (decimal): -16774264 or 8915712. OLE color: 8915712.

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

Color convert

RGB011136-
CMYK10.9200.47
HSL235.15º100%26.67%-
HSV(B)235.15º100%53.33%-
XYZ4.562.0223.44-
YUV21.96192.36112.34-

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.48%
BLUE value IS 136 (53.52% from 255) = 92.52%
R=0%
G=7.48%
B=92.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal01113610.9200.47235.1510026.67
Hex0B88645C02Feb641b
Octal01321014413405735314433
Binary010111000100011001001011100010111111101011110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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