Html Css Color HEX #050E86 Dark Blue

📋 copy color: '#050E86'

red 5 ◦ green 14 ◦ blue 134

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

Shades of Dark Blue #050E86

Tints of Dark Blue #050E86

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 87.58%

R = 3.27%
G = 9.15%
B = 87.58%

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

#050E86 (or 0x050E86) is known color: Dark Blue. HEX triplet: 05, 0E and 86. RGB value is (5,14,134). Sum of RGB (Red+Green+Blue) = 5+14+134=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 14 (5.86% from 255 or 9.15% from 153); Blue value is 134 (52.73% from 255 or 87.58% from 153); Max value from RGB is 134 - color contains mainly: blue. Hex color #050E86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E86 is #FAF179. Grayscale: #181818. Windows color (decimal): -16445818 or 8785413. OLE color: 8785413.

HSL color Cylindrical-coordinate representation of color #050E86: hue angle of 235.81º 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 #050E86 is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 5 14 134 -
CMYK 0.96 0.90 0 0.47
HSL 235.81º 0.93% 0.27% -
HSV(B) 235.81º 0.96% 0.53% -
XYZ 4.52 2.07 22.71 -
YUV 24.99 189.52 113.74 -
System Red Green Blue C M Y K H S L
Decimal 5 14 134 0.96 0.90 0 0.47 235.81 0.93 0.27
Hex 5 E 86 60 5A 0 2F EC 5D 1B
Octal 5 16 206 140 132 0 57 354 135 33
Binary 101 1110 10000110 1100000 1011010 0 101111 11101100 1011101 11011

Color Harmonies of #050E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E86

Black with #050E86

Text Example


Text Example

White with #050E86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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