Html Css Color HEX #050E87 Dark Blue

📋 copy color: '#050E87'

red 5 ◦ green 14 ◦ blue 135

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

Shades of Dark Blue #050E87

Tints of Dark Blue #050E87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 87.66%

R = 3.25%
G = 9.09%
B = 87.66%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#050E87 (or 0x050E87) is known color: Dark Blue. HEX triplet: 05, 0E and 87. RGB value is (5,14,135). Sum of RGB (Red+Green+Blue) = 5+14+135=154 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.25% from 154); Green value is 14 (5.86% from 255 or 9.09% from 154); Blue value is 135 (53.12% from 255 or 87.66% from 154); Max value from RGB is 135 - color contains mainly: blue. Hex color #050E87 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E87 is #FAF178. Grayscale: #181818. Windows color (decimal): -16445817 or 8850949. OLE color: 8850949.

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

Color convert

RGB 5 14 135 -
CMYK 0.96 0.90 0 0.47
HSL 235.85º 0.93% 0.27% -
HSV(B) 235.85º 0.96% 0.53% -
XYZ 4.59 2.1 23.08 -
YUV 25.1 190.02 113.66 -
System Red Green Blue C M Y K H S L
Decimal 5 14 135 0.96 0.90 0 0.47 235.85 0.93 0.27
Hex 5 E 87 60 5A 0 2F EC 5D 1B
Octal 5 16 207 140 132 0 57 354 135 33
Binary 101 1110 10000111 1100000 1011010 0 101111 11101100 1011101 11011

Color Harmonies of #050E87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E87

Black with #050E87

Text Example


Text Example

White with #050E87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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