#08008F

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

Shades of Dark Blue #08008F

Tints of Dark Blue #08008F

Color information

#08008F (or 0x08008F) is unknown color: approx Dark Blue. HEX triplet: 08, 00 and 8F. RGB value is (8,0,143). Sum of RGB (Red+Green+Blue) = 8+0+143=151 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.30% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 143 (56.25% from 255 or 94.70% from 151); Max value from RGB is 143 - color contains mainly: blue. Hex color #08008F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08008F is #F7FF70. Grayscale: #121212. Windows color (decimal): -16252785 or 9371656. OLE color: 9371656.

HSL color Cylindrical-coordinate representation of color #08008F: hue angle of 243.36º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #08008F is Cyan = 0.94, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB80143-
CMYK0.94100.44
HSL243.36º100%28.04%-
HSV(B)243.36º100%56.08%-
XYZ5.062.0326.11-
YUV18.69198.15120.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 94.70%
R=5.30%
G=0%
B=94.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal801430.94100.44243.3610028.04
Hex808F5E6402Cf3641c
Octal10021713614405436314434
Binary100001000111110111101100100010110011110011110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08008F; }

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

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

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

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

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

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

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

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