#04028B

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

Shades of Dark Blue #04028B

Tints of Dark Blue #04028B

Color information

#04028B (or 0x04028B) is unknown color: approx Dark Blue. HEX triplet: 04, 02 and 8B. RGB value is (4,2,139). Sum of RGB (Red+Green+Blue) = 4+2+139=145 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.76% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 139 (54.69% from 255 or 95.86% from 145); Max value from RGB is 139 - color contains mainly: blue. Hex color #04028B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04028B is #FBFD74. Grayscale: #111111. Windows color (decimal): -16514421 or 9110020. OLE color: 9110020.

HSL color Cylindrical-coordinate representation of color #04028B: hue angle of 240.88º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #04028B is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB42139-
CMYK0.970.9900.45
HSL240.88º97.16%27.65%-
HSV(B)240.88º98.56%54.51%-
XYZ4.731.9324.55-
YUV18.22196.16117.86-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.76%
GREEN value IS 2 (1.17% from 255) = 1.38%
BLUE value IS 139 (54.69% from 255) = 95.86%
R=2.76%
G=1.38%
B=95.86%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal421390.970.9900.45240.8897.1627.65
Hex428B616302Df1611c
Octal4221314114305536114134
Binary100101000101111000011100011010110111110001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04028B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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