#04158B

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

Shades of Dark Blue #04158B

Tints of Dark Blue #04158B

Color information

#04158B (or 0x04158B) is unknown color: approx Dark Blue. HEX triplet: 04, 15 and 8B. RGB value is (4,21,139). Sum of RGB (Red+Green+Blue) = 4+21+139=164 (21% of max value = 765). Red value is 4 (1.95% from 255 or 2.44% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 139 (54.69% from 255 or 84.76% from 164); Max value from RGB is 139 - color contains mainly: blue. Hex color #04158B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04158B is #FBEA74. Grayscale: #1C1C1C. Windows color (decimal): -16509557 or 9114884. OLE color: 9114884.

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

Color convert

RGB421139-
CMYK0.970.8500.45
HSL232.44º94.41%28.04%-
HSV(B)232.44º97.12%54.51%-
XYZ4.982.4324.63-
YUV29.37189.87109.91-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.44%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 139 (54.69% from 255) = 84.76%
R=2.44%
G=12.80%
B=84.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal4211390.970.8500.45232.4494.4128.04
Hex4158B615502De85e1c
Octal42521314112505535013634
Binary100101011000101111000011010101010110111101000101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04158B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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