Html Css Color HEX #050280 Navy

📋 copy color: '#050280'

red 5 ◦ green 2 ◦ blue 128

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

Shades of Navy #050280

Tints of Navy #050280

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.48%

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

R = 3.7%
G = 1.48%
B = 94.81%

CMYK

 C value IS 0.96

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#050280 (or 0x050280) is known color: Navy. HEX triplet: 05, 02 and 80. RGB value is (5,2,128). Sum of RGB (Red+Green+Blue) = 5+2+128=135 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.70% from 135); Green value is 2 (1.17% from 255 or 1.48% from 135); Blue value is 128 (50.39% from 255 or 94.81% from 135); Max value from RGB is 128 - color contains mainly: blue. Hex color #050280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050280 is #FAFD7F. Grayscale: #101010. Windows color (decimal): -16448896 or 8389125. OLE color: 8389125.

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

Color convert

RGB 5 2 128 -
CMYK 0.96 0.98 0 0.50
HSL 241.43º 0.97% 0.25% -
HSV(B) 241.43º 0.98% 0.5% -
XYZ 3.98 1.63 20.53 -
YUV 17.26 190.49 119.25 -
System Red Green Blue C M Y K H S L
Decimal 5 2 128 0.96 0.98 0 0.50 241.43 0.97 0.25
Hex 5 2 80 60 62 0 32 F1 61 19
Octal 5 2 200 140 142 0 62 361 141 31
Binary 101 10 10000000 1100000 1100010 0 110010 11110001 1100001 11001

Color Harmonies of #050280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050280

Black with #050280

Text Example


Text Example

White with #050280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050280; }

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

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

background-color css

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

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

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

border-color css

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

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

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