Html Css Color HEX #050193 Dark Blue

📋 copy color: '#050193'

red 5 ◦ green 1 ◦ blue 147

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

Shades of Dark Blue #050193

Tints of Dark Blue #050193

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.65%

 BLUE value IS 147 (57.81% from 255) = 96.08%

R = 3.27%
G = 0.65%
B = 96.08%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050193 (or 0x050193) is known color: Dark Blue. HEX triplet: 05, 01 and 93. RGB value is (5,1,147). Sum of RGB (Red+Green+Blue) = 5+1+147=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 1 (0.78% from 255 or 0.65% from 153); Blue value is 147 (57.81% from 255 or 96.08% from 153); Max value from RGB is 147 - color contains mainly: blue. Hex color #050193 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050193 is #FAFE6C. Grayscale: #121212. Windows color (decimal): -16449133 or 9634053. OLE color: 9634053.

HSL color Cylindrical-coordinate representation of color #050193: hue angle of 241.64º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #050193 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 5 1 147 -
CMYK 0.97 0.99 0 0.42
HSL 241.64º 0.99% 0.29% -
HSV(B) 241.64º 0.99% 0.58% -
XYZ 5.34 2.16 27.74 -
YUV 18.84 200.33 118.13 -
System Red Green Blue C M Y K H S L
Decimal 5 1 147 0.97 0.99 0 0.42 241.64 0.99 0.29
Hex 5 1 93 61 63 0 2A F2 63 1D
Octal 5 1 223 141 143 0 52 362 143 35
Binary 101 1 10010011 1100001 1100011 0 101010 11110010 1100011 11101

Color Harmonies of #050193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050193

Black with #050193

Text Example


Text Example

White with #050193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050193; }

 p { color: rgb(5,1,147); }

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

background-color css

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

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

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

border-color css

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

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

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