Html Css Color HEX #04158B Dark Blue

📋 copy color: '#04158B'

red 4 ◦ green 21 ◦ blue 139

#04158B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #04158B

Tints of Dark Blue #04158B

RGB

 RED value IS 4 (1.95% from 255) = 2.44%

 GREEN value IS 21 (8.59% from 255) = 12.8%

 BLUE value IS 139 (54.69% from 255) = 84.76%

R = 2.44%
G = 12.8%
B = 84.76%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04158B (or 0x04158B) is known color: 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

RGB 4 21 139 -
CMYK 0.97 0.85 0 0.45
HSL 232.44º 0.94% 0.28% -
HSV(B) 232.44º 0.97% 0.55% -
XYZ 4.98 2.43 24.63 -
YUV 29.37 189.87 109.91 -
System Red Green Blue C M Y K H S L
Decimal 4 21 139 0.97 0.85 0 0.45 232.44 0.94 0.28
Hex 4 15 8B 61 55 0 2D E8 5E 1C
Octal 4 25 213 141 125 0 55 350 136 34
Binary 100 10101 10001011 1100001 1010101 0 101101 11101000 1011110 11100

Color Harmonies of #04158B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04158B

Black with #04158B

Text Example


Text Example

White with #04158B

Text Example


Text Example

HTML Codes & Css Web 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>