Html Css Color HEX #050393 Dark Blue

📋 copy color: '#050393'

red 5 ◦ green 3 ◦ blue 147

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

Shades of Dark Blue #050393

Tints of Dark Blue #050393

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.94%

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

R = 3.23%
G = 1.94%
B = 94.84%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050393 (or 0x050393) is known color: Dark Blue. HEX triplet: 05, 03 and 93. RGB value is (5,3,147). Sum of RGB (Red+Green+Blue) = 5+3+147=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 3 (1.56% from 255 or 1.94% from 155); Blue value is 147 (57.81% from 255 or 94.84% from 155); Max value from RGB is 147 - color contains mainly: blue. Hex color #050393 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050393 is #FAFC6C. Grayscale: #131313. Windows color (decimal): -16448621 or 9634565. OLE color: 9634565.

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

Color convert

RGB 5 3 147 -
CMYK 0.97 0.98 0 0.42
HSL 240.83º 0.96% 0.29% -
HSV(B) 240.83º 0.98% 0.58% -
XYZ 5.36 2.2 27.75 -
YUV 20.01 199.66 117.29 -
System Red Green Blue C M Y K H S L
Decimal 5 3 147 0.97 0.98 0 0.42 240.83 0.96 0.29
Hex 5 3 93 61 62 0 2A F1 60 1D
Octal 5 3 223 141 142 0 52 361 140 35
Binary 101 11 10010011 1100001 1100010 0 101010 11110001 1100000 11101

Color Harmonies of #050393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050393

Black with #050393

Text Example


Text Example

White with #050393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050393; }

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

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

background-color css

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

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

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

border-color css

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

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

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