Html Css Color HEX #050993 Dark Blue

📋 copy color: '#050993'

red 5 ◦ green 9 ◦ blue 147

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

Shades of Dark Blue #050993

Tints of Dark Blue #050993

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.59%

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

R = 3.11%
G = 5.59%
B = 91.3%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#050993 (or 0x050993) is known color: Dark Blue. HEX triplet: 05, 09 and 93. RGB value is (5,9,147). Sum of RGB (Red+Green+Blue) = 5+9+147=161 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.11% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 147 (57.81% from 255 or 91.30% from 161); Max value from RGB is 147 - color contains mainly: blue. Hex color #050993 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050993 is #FAF66C. Grayscale: #161616. Windows color (decimal): -16447085 or 9636101. OLE color: 9636101.

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

Color convert

RGB 5 9 147 -
CMYK 0.97 0.94 0 0.42
HSL 238.31º 0.93% 0.3% -
HSV(B) 238.31º 0.97% 0.58% -
XYZ 5.43 2.33 27.77 -
YUV 23.54 197.67 114.78 -
System Red Green Blue C M Y K H S L
Decimal 5 9 147 0.97 0.94 0 0.42 238.31 0.93 0.3
Hex 5 9 93 61 5E 0 2A EE 5D 1E
Octal 5 11 223 141 136 0 52 356 135 36
Binary 101 1001 10010011 1100001 1011110 0 101010 11101110 1011101 11110

Color Harmonies of #050993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050993

Black with #050993

Text Example


Text Example

White with #050993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050993; }

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

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

background-color css

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

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

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

border-color css

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

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

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