#00028F

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

Shades of Dark Blue #00028F

Tints of Dark Blue #00028F

Color information

#00028F (or 0x00028F) is unknown color: approx Dark Blue. HEX triplet: 00, 02 and 8F. RGB value is (0,2,143). Sum of RGB (Red+Green+Blue) = 0+2+143=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 2 (1.17% from 255 or 1.38% 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 #00028F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00028F is #FFFD70. Grayscale: #101010. Windows color (decimal): -16776561 or 9372160. OLE color: 9372160.

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

Color convert

RGB02143-
CMYK10.9900.44
HSL239.16º100%28.04%-
HSV(B)239.16º100%56.08%-
XYZ4.982.0326.12-
YUV17.48198.84115.54-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal0214310.9900.44239.1610028.04
Hex028F646302Cef641c
Octal0221714414305435714434
Binary0101000111111001001100011010110011101111110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00028F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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