#00088B

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

Shades of Dark Blue #00088B

Tints of Dark Blue #00088B

Color information

#00088B (or 0x00088B) is unknown color: approx Dark Blue. HEX triplet: 00, 08 and 8B. RGB value is (0,8,139). Sum of RGB (Red+Green+Blue) = 0+8+139=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 8 (3.52% from 255 or 5.44% from 147); Blue value is 139 (54.69% from 255 or 94.56% from 147); Max value from RGB is 139 - color contains mainly: blue. Hex color #00088B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00088B is #FFF774. Grayscale: #141414. Windows color (decimal): -16775029 or 9111552. OLE color: 9111552.

HSL color Cylindrical-coordinate representation of color #00088B: hue angle of 236.55º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00088B is Cyan = 1, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB08139-
CMYK10.9400.45
HSL236.55º100%27.25%-
HSV(B)236.55º100%54.51%-
XYZ4.752.0424.57-
YUV20.54194.85113.35-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 8 (3.52% from 255) = 5.44%
BLUE value IS 139 (54.69% from 255) = 94.56%
R=0%
G=5.44%
B=94.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal0813910.9400.45236.5510027.25
Hex088B645E02Ded641b
Octal01021314413605535514433
Binary010001000101111001001011110010110111101101110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00088B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00088B; }

 p { color: rgb(0,8,139); }

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

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

 a { background-color: rgb(0,8,139); }

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

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

 span { border-color: rgb(0,8,139); }

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