Html Css Color HEX #05048D Dark Blue

📋 copy color: '#05048D'

red 5 ◦ green 4 ◦ blue 141

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

Shades of Dark Blue #05048D

Tints of Dark Blue #05048D

RGB

 RED value IS 5 (2.34% from 255) = 3.33%

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

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

R = 3.33%
G = 2.67%
B = 94%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#05048D (or 0x05048D) is known color: Dark Blue. HEX triplet: 05, 04 and 8D. RGB value is (5,4,141). Sum of RGB (Red+Green+Blue) = 5+4+141=150 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.33% from 150); Green value is 4 (1.95% from 255 or 2.67% from 150); Blue value is 141 (55.47% from 255 or 94% from 150); Max value from RGB is 141 - color contains mainly: blue. Hex color #05048D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05048D is #FAFB72. Grayscale: #131313. Windows color (decimal): -16448371 or 9241605. OLE color: 9241605.

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

Color convert

RGB 5 4 141 -
CMYK 0.96 0.97 0 0.45
HSL 240.44º 0.94% 0.28% -
HSV(B) 240.44º 0.97% 0.55% -
XYZ 4.91 2.04 25.33 -
YUV 19.92 196.33 117.36 -
System Red Green Blue C M Y K H S L
Decimal 5 4 141 0.96 0.97 0 0.45 240.44 0.94 0.28
Hex 5 4 8D 60 61 0 2D F0 5E 1C
Octal 5 4 215 140 141 0 55 360 136 34
Binary 101 100 10001101 1100000 1100001 0 101101 11110000 1011110 11100

Color Harmonies of #05048D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05048D

Black with #05048D

Text Example


Text Example

White with #05048D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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