Html Css Color HEX #050E89 Dark Blue

📋 copy color: '#050E89'

red 5 ◦ green 14 ◦ blue 137

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

Shades of Dark Blue #050E89

Tints of Dark Blue #050E89

RGB

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

 GREEN value IS 14 (5.86% from 255) = 8.97%

 BLUE value IS 137 (53.91% from 255) = 87.82%

R = 3.21%
G = 8.97%
B = 87.82%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#050E89 (or 0x050E89) is known color: Dark Blue. HEX triplet: 05, 0E and 89. RGB value is (5,14,137). Sum of RGB (Red+Green+Blue) = 5+14+137=156 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.21% from 156); Green value is 14 (5.86% from 255 or 8.97% from 156); Blue value is 137 (53.91% from 255 or 87.82% from 156); Max value from RGB is 137 - color contains mainly: blue. Hex color #050E89 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E89 is #FAF176. Grayscale: #181818. Windows color (decimal): -16445815 or 8982021. OLE color: 8982021.

HSL color Cylindrical-coordinate representation of color #050E89: hue angle of 235.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #050E89 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 5 14 137 -
CMYK 0.96 0.90 0 0.46
HSL 235.91º 0.93% 0.28% -
HSV(B) 235.91º 0.96% 0.54% -
XYZ 4.73 2.15 23.83 -
YUV 25.33 191.02 113.5 -
System Red Green Blue C M Y K H S L
Decimal 5 14 137 0.96 0.90 0 0.46 235.91 0.93 0.28
Hex 5 E 89 60 5A 0 2E EC 5D 1C
Octal 5 16 211 140 132 0 56 354 135 34
Binary 101 1110 10001001 1100000 1011010 0 101110 11101100 1011101 11100

Color Harmonies of #050E89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E89

Black with #050E89

Text Example


Text Example

White with #050E89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050E89; }

 p { color: rgb(5,14,137); }

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

background-color css

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

 a { background-color: rgb(5,14,137); }

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

border-color css

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

 span { border-color: rgb(5,14,137); }

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