Html Css Color HEX #04048D Dark Blue

📋 copy color: '#04048D'

red 4 ◦ green 4 ◦ blue 141

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

Shades of Dark Blue #04048D

Tints of Dark Blue #04048D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.68%

 BLUE value IS 141 (55.47% from 255) = 94.63%

R = 2.68%
G = 2.68%
B = 94.63%

CMYK

 C value IS 0.97

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#04048D (or 0x04048D) is known color: Dark Blue. HEX triplet: 04, 04 and 8D. RGB value is (4,4,141). Sum of RGB (Red+Green+Blue) = 4+4+141=149 (19% of max value = 765). Red value is 4 (1.95% from 255 or 2.68% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 141 (55.47% from 255 or 94.63% from 149); Max value from RGB is 141 - color contains mainly: blue. Hex color #04048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #04048D is #FBFB72. Grayscale: #131313. Windows color (decimal): -16513907 or 9241604. OLE color: 9241604.

HSL color Cylindrical-coordinate representation of color #04048D: hue angle of 240º 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 #04048D is Cyan = 0.97, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 4 141 -
CMYK 0.97 0.97 0 0.45
HSL 240º 0.94% 0.28% -
HSV(B) 240º 0.97% 0.55% -
XYZ 4.9 2.04 25.33 -
YUV 19.62 196.5 116.86 -
System Red Green Blue C M Y K H S L
Decimal 4 4 141 0.97 0.97 0 0.45 240 0.94 0.28
Hex 4 4 8D 61 61 0 2D F0 5E 1C
Octal 4 4 215 141 141 0 55 360 136 34
Binary 100 100 10001101 1100001 1100001 0 101101 11110000 1011110 11100

Color Harmonies of #04048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04048D

Black with #04048D

Text Example


Text Example

White with #04048D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04048D; }

 p { color: rgb(4,4,141); }

 H1.HeaderClassName
 {
   color: #04048D;
 }
 .AnyTagClassName
 {
   color: #04048D;
 }
</style>

background-color css

<style>
 a { background-color: #04048D; }

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

 div.DivClassName
 {
   background-color: #04048D;
 }
 .BgClassName
 {
   background-color: #04048D;
 }
</style>

border-color css

<style>
 span { border-color: #04048D; }

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

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