Html Css Color HEX #050080 Navy

📋 copy color: '#050080'

red 5 ◦ green 0 ◦ blue 128

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

Shades of Navy #050080

Tints of Navy #050080

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 128 (50.39% from 255) = 96.24%

R = 3.76%
G = 0%
B = 96.24%

CMYK

 C value IS 0.96

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#050080 (or 0x050080) is known color: Navy. HEX triplet: 05, 00 and 80. RGB value is (5,0,128). Sum of RGB (Red+Green+Blue) = 5+0+128=133 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.76% from 133); Green value is 0 (0.39% from 255 or 0% from 133); Blue value is 128 (50.39% from 255 or 96.24% from 133); Max value from RGB is 128 - color contains mainly: blue. Hex color #050080 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050080 is #FAFF7F. Grayscale: #0F0F0F. Windows color (decimal): -16449408 or 8388613. OLE color: 8388613.

HSL color Cylindrical-coordinate representation of color #050080: hue angle of 242.34º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #050080 is Cyan = 0.96, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 0 128 -
CMYK 0.96 1 0 0.50
HSL 242.34º 1% 0.25% -
HSV(B) 242.34º 1% 0.5% -
XYZ 3.96 1.59 20.52 -
YUV 16.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 5 0 128 0.96 1 0 0.50 242.34 1 0.25
Hex 5 0 80 60 64 0 32 F2 64 19
Octal 5 0 200 140 144 0 62 362 144 31
Binary 101 0 10000000 1100000 1100100 0 110010 11110010 1100100 11001

Color Harmonies of #050080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050080

Black with #050080

Text Example


Text Example

White with #050080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050080; }

 p { color: rgb(5,0,128); }

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

background-color css

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

 a { background-color: rgb(5,0,128); }

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

border-color css

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

 span { border-color: rgb(5,0,128); }

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