Html Css Color HEX #050191 Dark Blue

📋 copy color: '#050191'

red 5 ◦ green 1 ◦ blue 145

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

Shades of Dark Blue #050191

Tints of Dark Blue #050191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 96.03%

R = 3.31%
G = 0.66%
B = 96.03%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#050191 (or 0x050191) is known color: Dark Blue. HEX triplet: 05, 01 and 91. RGB value is (5,1,145). Sum of RGB (Red+Green+Blue) = 5+1+145=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 145 (57.03% from 255 or 96.03% from 151); Max value from RGB is 145 - color contains mainly: blue. Hex color #050191 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050191 is #FAFE6E. Grayscale: #121212. Windows color (decimal): -16449135 or 9502981. OLE color: 9502981.

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

Color convert

RGB 5 1 145 -
CMYK 0.97 0.99 0 0.43
HSL 241.67º 0.99% 0.29% -
HSV(B) 241.67º 0.99% 0.57% -
XYZ 5.18 2.1 26.92 -
YUV 18.61 199.33 118.29 -
System Red Green Blue C M Y K H S L
Decimal 5 1 145 0.97 0.99 0 0.43 241.67 0.99 0.29
Hex 5 1 91 61 63 0 2B F2 63 1D
Octal 5 1 221 141 143 0 53 362 143 35
Binary 101 1 10010001 1100001 1100011 0 101011 11110010 1100011 11101

Color Harmonies of #050191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050191

Black with #050191

Text Example


Text Example

White with #050191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050191; }

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

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

background-color css

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

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

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

border-color css

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

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

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