#04158A

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

Shades of Dark Blue #04158A

Tints of Dark Blue #04158A

Color information

#04158A (or 0x04158A) is unknown color: approx Dark Blue. HEX triplet: 04, 15 and 8A. RGB value is (4,21,138). Sum of RGB (Red+Green+Blue) = 4+21+138=163 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.45% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 138 (54.30% from 255 or 84.66% from 163); Max value from RGB is 138 - color contains mainly: blue. Hex color #04158A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04158A is #FBEA75. Grayscale: #1C1C1C. Windows color (decimal): -16509558 or 9049348. OLE color: 9049348.

HSL color Cylindrical-coordinate representation of color #04158A: hue angle of 232.39º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04158A is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB421138-
CMYK0.970.8500.46
HSL232.39º94.37%27.84%-
HSV(B)232.39º97.1%54.12%-
XYZ4.912.424.25-
YUV29.26189.37109.99-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.45%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 138 (54.30% from 255) = 84.66%
R=2.45%
G=12.88%
B=84.66%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal4211380.970.8500.46232.3994.3727.84
Hex4158A615502Ee85e1c
Octal42521214112505635013634
Binary100101011000101011000011010101010111011101000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04158A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04158A; }

 p { color: rgb(4,21,138); }

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

<style>
 a { background-color: #04158A; }

 a { background-color: rgb(4,21,138); }

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

<style>
 span { border-color: #04158A; }

 span { border-color: rgb(4,21,138); }

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