Html Css Color HEX #050891 Dark Blue

📋 copy color: '#050891'

red 5 ◦ green 8 ◦ blue 145

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

Shades of Dark Blue #050891

Tints of Dark Blue #050891

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.06%

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

R = 3.16%
G = 5.06%
B = 91.77%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#050891 (or 0x050891) is known color: Dark Blue. HEX triplet: 05, 08 and 91. RGB value is (5,8,145). Sum of RGB (Red+Green+Blue) = 5+8+145=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 145 (57.03% from 255 or 91.77% from 158); Max value from RGB is 145 - color contains mainly: blue. Hex color #050891 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050891 is #FAF76E. Grayscale: #161616. Windows color (decimal): -16447343 or 9504773. OLE color: 9504773.

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

Color convert

RGB 5 8 145 -
CMYK 0.97 0.94 0 0.43
HSL 238.71º 0.93% 0.29% -
HSV(B) 238.71º 0.97% 0.57% -
XYZ 5.26 2.25 26.95 -
YUV 22.72 197.01 115.36 -
System Red Green Blue C M Y K H S L
Decimal 5 8 145 0.97 0.94 0 0.43 238.71 0.93 0.29
Hex 5 8 91 61 5E 0 2B EF 5D 1D
Octal 5 10 221 141 136 0 53 357 135 35
Binary 101 1000 10010001 1100001 1011110 0 101011 11101111 1011101 11101

Color Harmonies of #050891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050891

Black with #050891

Text Example


Text Example

White with #050891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050891; }

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

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

background-color css

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

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

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

border-color css

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

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

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