Html Css Color HEX #050291 Dark Blue

📋 copy color: '#050291'

red 5 ◦ green 2 ◦ blue 145

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

Shades of Dark Blue #050291

Tints of Dark Blue #050291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.32%

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

R = 3.29%
G = 1.32%
B = 95.39%

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

#050291 (or 0x050291) is known color: Dark Blue. HEX triplet: 05, 02 and 91. RGB value is (5,2,145). Sum of RGB (Red+Green+Blue) = 5+2+145=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 2 (1.17% from 255 or 1.32% from 152); Blue value is 145 (57.03% from 255 or 95.39% from 152); Max value from RGB is 145 - color contains mainly: blue. Hex color #050291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050291 is #FAFD6E. Grayscale: #121212. Windows color (decimal): -16448879 or 9503237. OLE color: 9503237.

HSL color Cylindrical-coordinate representation of color #050291: hue angle of 241.26º degrees, saturation: 0.97, 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 #050291 is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 2 145 -
CMYK 0.97 0.99 0 0.43
HSL 241.26º 0.97% 0.29% -
HSV(B) 241.26º 0.99% 0.57% -
XYZ 5.2 2.12 26.92 -
YUV 19.2 198.99 117.87 -
System Red Green Blue C M Y K H S L
Decimal 5 2 145 0.97 0.99 0 0.43 241.26 0.97 0.29
Hex 5 2 91 61 63 0 2B F1 61 1D
Octal 5 2 221 141 143 0 53 361 141 35
Binary 101 10 10010001 1100001 1100011 0 101011 11110001 1100001 11101

Color Harmonies of #050291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050291

Black with #050291

Text Example


Text Example

White with #050291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050291; }

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

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

background-color css

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

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

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

border-color css

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

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

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