#000988

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

Shades of Dark Blue #000988

Tints of Dark Blue #000988

Color information

#000988 (or 0x000988) is unknown color: approx Dark Blue. HEX triplet: 00, 09 and 88. RGB value is (0,9,136). Sum of RGB (Red+Green+Blue) = 0+9+136=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 136 (53.52% from 255 or 93.79% from 145); Max value from RGB is 136 - color contains mainly: blue. Hex color #000988 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000988 is #FFF677. Grayscale: #141414. Windows color (decimal): -16774776 or 8915200. OLE color: 8915200.

HSL color Cylindrical-coordinate representation of color #000988: hue angle of 236.03º 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 #000988 is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB09136-
CMYK10.9300.47
HSL236.03º100%26.67%-
HSV(B)236.03º100%53.33%-
XYZ4.541.9723.43-
YUV20.79193.02113.17-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 136 (53.52% from 255) = 93.79%
R=0%
G=6.21%
B=93.79%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal0913610.9300.47236.0310026.67
Hex0988645D02Fec641b
Octal01121014413505735414433
Binary010011000100011001001011101010111111101100110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000988; }

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

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

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

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

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

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

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

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