Html Css Color HEX #050E84 Navy

📋 copy color: '#050E84'

red 5 ◦ green 14 ◦ blue 132

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

Shades of Navy #050E84

Tints of Navy #050E84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 87.42%

R = 3.31%
G = 9.27%
B = 87.42%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#050E84 (or 0x050E84) is known color: Navy. HEX triplet: 05, 0E and 84. RGB value is (5,14,132). Sum of RGB (Red+Green+Blue) = 5+14+132=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 14 (5.86% from 255 or 9.27% from 151); Blue value is 132 (51.95% from 255 or 87.42% from 151); Max value from RGB is 132 - color contains mainly: blue. Hex color #050E84 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E84 is #FAF17B. Grayscale: #181818. Windows color (decimal): -16445820 or 8654341. OLE color: 8654341.

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

Color convert

RGB 5 14 132 -
CMYK 0.96 0.89 0 0.48
HSL 235.75º 0.93% 0.27% -
HSV(B) 235.75º 0.96% 0.52% -
XYZ 4.38 2.01 21.99 -
YUV 24.76 188.52 113.91 -
System Red Green Blue C M Y K H S L
Decimal 5 14 132 0.96 0.89 0 0.48 235.75 0.93 0.27
Hex 5 E 84 60 59 0 30 EC 5D 1B
Octal 5 16 204 140 131 0 60 354 135 33
Binary 101 1110 10000100 1100000 1011001 0 110000 11101100 1011101 11011

Color Harmonies of #050E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E84

Black with #050E84

Text Example


Text Example

White with #050E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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