Html Css Color HEX #050589 Dark Blue

📋 copy color: '#050589'

red 5 ◦ green 5 ◦ blue 137

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

Shades of Dark Blue #050589

Tints of Dark Blue #050589

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.4%

 BLUE value IS 137 (53.91% from 255) = 93.2%

R = 3.4%
G = 3.4%
B = 93.2%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#050589 (or 0x050589) is known color: Dark Blue. HEX triplet: 05, 05 and 89. RGB value is (5,5,137). Sum of RGB (Red+Green+Blue) = 5+5+137=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 137 (53.91% from 255 or 93.20% from 147); Max value from RGB is 137 - color contains mainly: blue. Hex color #050589 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050589 is #FAFA76. Grayscale: #131313. Windows color (decimal): -16448119 or 8979717. OLE color: 8979717.

HSL color Cylindrical-coordinate representation of color #050589: hue angle of 240º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050589 is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 5 137 -
CMYK 0.96 0.96 0 0.46
HSL 240º 0.93% 0.28% -
HSV(B) 240º 0.96% 0.54% -
XYZ 4.63 1.95 23.8 -
YUV 20.05 194 117.27 -
System Red Green Blue C M Y K H S L
Decimal 5 5 137 0.96 0.96 0 0.46 240 0.93 0.28
Hex 5 5 89 60 60 0 2E F0 5D 1C
Octal 5 5 211 140 140 0 56 360 135 34
Binary 101 101 10001001 1100000 1100000 0 101110 11110000 1011101 11100

Color Harmonies of #050589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050589

Black with #050589

Text Example


Text Example

White with #050589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050589; }

 p { color: rgb(5,5,137); }

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

background-color css

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

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

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

border-color css

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

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

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