Html Css Color HEX #050790 Dark Blue

📋 copy color: '#050790'

red 5 ◦ green 7 ◦ blue 144

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

Shades of Dark Blue #050790

Tints of Dark Blue #050790

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.49%

 BLUE value IS 144 (56.64% from 255) = 92.31%

R = 3.21%
G = 4.49%
B = 92.31%

CMYK

 C value IS 0.97

 M value IS 0.95

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#050790 (or 0x050790) is known color: Dark Blue. HEX triplet: 05, 07 and 90. RGB value is (5,7,144). Sum of RGB (Red+Green+Blue) = 5+7+144=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 7 (3.12% from 255 or 4.49% from 156); Blue value is 144 (56.64% from 255 or 92.31% from 156); Max value from RGB is 144 - color contains mainly: blue. Hex color #050790 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050790 is #FAF86F. Grayscale: #151515. Windows color (decimal): -16447600 or 9438981. OLE color: 9438981.

HSL color Cylindrical-coordinate representation of color #050790: hue angle of 239.14º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050790 is Cyan = 0.97, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 5 7 144 -
CMYK 0.97 0.95 0 0.44
HSL 239.14º 0.93% 0.29% -
HSV(B) 239.14º 0.97% 0.56% -
XYZ 5.17 2.2 26.54 -
YUV 22.02 196.84 115.86 -
System Red Green Blue C M Y K H S L
Decimal 5 7 144 0.97 0.95 0 0.44 239.14 0.93 0.29
Hex 5 7 90 61 5F 0 2C EF 5D 1D
Octal 5 7 220 141 137 0 54 357 135 35
Binary 101 111 10010000 1100001 1011111 0 101100 11101111 1011101 11101

Color Harmonies of #050790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050790

Black with #050790

Text Example


Text Example

White with #050790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050790; }

 p { color: rgb(5,7,144); }

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

background-color css

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

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

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

border-color css

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

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

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