Html Css Color HEX #05048C Dark Blue

📋 copy color: '#05048C'

red 5 ◦ green 4 ◦ blue 140

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

Shades of Dark Blue #05048C

Tints of Dark Blue #05048C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 93.96%

R = 3.36%
G = 2.68%
B = 93.96%

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

#05048C (or 0x05048C) is known color: Dark Blue. HEX triplet: 05, 04 and 8C. RGB value is (5,4,140). Sum of RGB (Red+Green+Blue) = 5+4+140=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 4 (1.95% from 255 or 2.68% from 149); Blue value is 140 (55.08% from 255 or 93.96% from 149); Max value from RGB is 140 - color contains mainly: blue. Hex color #05048C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #05048C is #FAFB73. Grayscale: #131313. Windows color (decimal): -16448372 or 9176069. OLE color: 9176069.

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

Color convert

RGB 5 4 140 -
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.84 2.01 24.94 -
YUV 19.8 195.83 117.44 -
System Red Green Blue C M Y K H S L
Decimal 5 4 140 0.96 0.97 0 0.45 240.44 0.94 0.28
Hex 5 4 8C 60 61 0 2D F0 5E 1C
Octal 5 4 214 140 141 0 55 360 136 34
Binary 101 100 10001100 1100000 1100001 0 101101 11110000 1011110 11100

Color Harmonies of #05048C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05048C

Black with #05048C

Text Example


Text Example

White with #05048C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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