Html Css Color HEX #050690 Dark Blue

📋 copy color: '#050690'

red 5 ◦ green 6 ◦ blue 144

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

Shades of Dark Blue #050690

Tints of Dark Blue #050690

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 3.23%
G = 3.87%
B = 92.9%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#050690 (or 0x050690) is known color: Dark Blue. HEX triplet: 05, 06 and 90. RGB value is (5,6,144). Sum of RGB (Red+Green+Blue) = 5+6+144=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 144 (56.64% from 255 or 92.90% from 155); Max value from RGB is 144 - color contains mainly: blue. Hex color #050690 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050690 is #FAF96F. Grayscale: #141414. Windows color (decimal): -16447856 or 9438725. OLE color: 9438725.

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

Color convert

RGB 5 6 144 -
CMYK 0.97 0.96 0 0.44
HSL 239.57º 0.93% 0.29% -
HSV(B) 239.57º 0.97% 0.56% -
XYZ 5.16 2.18 26.53 -
YUV 21.43 197.17 116.28 -
System Red Green Blue C M Y K H S L
Decimal 5 6 144 0.97 0.96 0 0.44 239.57 0.93 0.29
Hex 5 6 90 61 60 0 2C F0 5D 1D
Octal 5 6 220 141 140 0 54 360 135 35
Binary 101 110 10010000 1100001 1100000 0 101100 11110000 1011101 11101

Color Harmonies of #050690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050690

Black with #050690

Text Example


Text Example

White with #050690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050690; }

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

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

background-color css

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

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

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

border-color css

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

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

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