#08028F

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

Shades of Dark Blue #08028F

Tints of Dark Blue #08028F

Color information

#08028F (or 0x08028F) is unknown color: approx Dark Blue. HEX triplet: 08, 02 and 8F. RGB value is (8,2,143). Sum of RGB (Red+Green+Blue) = 8+2+143=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 143 (56.25% from 255 or 93.46% from 153); Max value from RGB is 143 - color contains mainly: blue. Hex color #08028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08028F is #F7FD70. Grayscale: #131313. Windows color (decimal): -16252273 or 9372168. OLE color: 9372168.

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

Color convert

RGB82143-
CMYK0.940.9900.44
HSL242.55º97.24%28.43%-
HSV(B)242.55º98.6%56.08%-
XYZ5.082.0826.12-
YUV19.87197.49119.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 2 (1.17% from 255) = 1.31%
BLUE value IS 143 (56.25% from 255) = 93.46%
R=5.23%
G=1.31%
B=93.46%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal821430.940.9900.44242.5597.2428.43
Hex828F5E6302Cf3611c
Octal10221713614305436314134
Binary1000101000111110111101100011010110011110011110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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