#02008F

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

Shades of Dark Blue #02008F

Tints of Dark Blue #02008F

Color information

#02008F (or 0x02008F) is unknown color: approx Dark Blue. HEX triplet: 02, 00 and 8F. RGB value is (2,0,143). Sum of RGB (Red+Green+Blue) = 2+0+143=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 143 (56.25% from 255 or 98.62% from 145); Max value from RGB is 143 - color contains mainly: blue. Hex color #02008F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02008F is #FDFF70. Grayscale: #101010. Windows color (decimal): -16646001 or 9371650. OLE color: 9371650.

HSL color Cylindrical-coordinate representation of color #02008F: hue angle of 240.84º 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 #02008F is Cyan = 0.99, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB20143-
CMYK0.99100.44
HSL240.84º100%28.04%-
HSV(B)240.84º100%56.08%-
XYZ4.98226.11-
YUV16.9199.16117.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 143 (56.25% from 255) = 98.62%
R=1.38%
G=0%
B=98.62%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal201430.99100.44240.8410028.04
Hex208F636402Cf1641c
Octal2021714314405436114434
Binary1001000111111000111100100010110011110001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02008F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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