Html Css Color HEX #050488 Dark Blue

📋 copy color: '#050488'

red 5 ◦ green 4 ◦ blue 136

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

Shades of Dark Blue #050488

Tints of Dark Blue #050488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 93.79%

R = 3.45%
G = 2.76%
B = 93.79%

CMYK

 C value IS 0.96

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050488 (or 0x050488) is known color: Dark Blue. HEX triplet: 05, 04 and 88. RGB value is (5,4,136). Sum of RGB (Red+Green+Blue) = 5+4+136=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 4 (1.95% from 255 or 2.76% from 145); Blue value is 136 (53.52% from 255 or 93.79% from 145); Max value from RGB is 136 - color contains mainly: blue. Hex color #050488 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050488 is #FAFB77. Grayscale: #121212. Windows color (decimal): -16448376 or 8913925. OLE color: 8913925.

HSL color Cylindrical-coordinate representation of color #050488: hue angle of 240.45º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050488 is Cyan = 0.96, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 4 136 -
CMYK 0.96 0.97 0 0.47
HSL 240.45º 0.94% 0.27% -
HSV(B) 240.45º 0.97% 0.53% -
XYZ 4.55 1.9 23.42 -
YUV 19.35 193.83 117.77 -
System Red Green Blue C M Y K H S L
Decimal 5 4 136 0.96 0.97 0 0.47 240.45 0.94 0.27
Hex 5 4 88 60 61 0 2F F0 5E 1B
Octal 5 4 210 140 141 0 57 360 136 33
Binary 101 100 10001000 1100000 1100001 0 101111 11110000 1011110 11011

Color Harmonies of #050488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050488

Black with #050488

Text Example


Text Example

White with #050488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050488; }

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

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

background-color css

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

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

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

border-color css

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

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

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