#02008B

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

Shades of Dark Blue #02008B

Tints of Dark Blue #02008B

Color information

#02008B (or 0x02008B) is unknown color: approx Dark Blue. HEX triplet: 02, 00 and 8B. RGB value is (2,0,139). Sum of RGB (Red+Green+Blue) = 2+0+139=141 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.42% from 141); Green value is 0 (0.39% from 255 or 0% from 141); Blue value is 139 (54.69% from 255 or 98.58% from 141); Max value from RGB is 139 - color contains mainly: blue. Hex color #02008B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #02008B is #FDFF74. Grayscale: #0F0F0F. Windows color (decimal): -16646005 or 9109506. OLE color: 9109506.

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

Color convert

RGB20139-
CMYK0.99100.45
HSL240.86º100%27.25%-
HSV(B)240.86º100%54.51%-
XYZ4.691.8824.54-
YUV16.44197.16117.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.42%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 139 (54.69% from 255) = 98.58%
R=1.42%
G=0%
B=98.58%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal201390.99100.45240.8610027.25
Hex208B636402Df1641b
Octal2021314314405536114433
Binary1001000101111000111100100010110111110001110010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02008B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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