Html Css Color HEX #051280 Navy

📋 copy color: '#051280'

red 5 ◦ green 18 ◦ blue 128

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

Shades of Navy #051280

Tints of Navy #051280

RGB

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

 GREEN value IS 18 (7.42% from 255) = 11.92%

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

R = 3.31%
G = 11.92%
B = 84.77%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#051280 (or 0x051280) is known color: Navy. HEX triplet: 05, 12 and 80. RGB value is (5,18,128). Sum of RGB (Red+Green+Blue) = 5+18+128=151 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.31% from 151); Green value is 18 (7.42% from 255 or 11.92% from 151); Blue value is 128 (50.39% from 255 or 84.77% from 151); Max value from RGB is 128 - color contains mainly: blue. Hex color #051280 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051280 is #FAED7F. Grayscale: #1A1A1A. Windows color (decimal): -16444800 or 8393221. OLE color: 8393221.

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

Color convert

RGB 5 18 128 -
CMYK 0.96 0.86 0 0.50
HSL 233.66º 0.92% 0.26% -
HSV(B) 233.66º 0.96% 0.5% -
XYZ 4.18 2.02 20.59 -
YUV 26.65 185.19 112.56 -
System Red Green Blue C M Y K H S L
Decimal 5 18 128 0.96 0.86 0 0.50 233.66 0.92 0.26
Hex 5 12 80 60 56 0 32 EA 5C 1A
Octal 5 22 200 140 126 0 62 352 134 32
Binary 101 10010 10000000 1100000 1010110 0 110010 11101010 1011100 11010

Color Harmonies of #051280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051280

Black with #051280

Text Example


Text Example

White with #051280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051280; }

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

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

background-color css

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

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

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

border-color css

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

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

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