Html Css Color HEX #051380 Navy

📋 copy color: '#051380'

red 5 ◦ green 19 ◦ blue 128

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

Shades of Navy #051380

Tints of Navy #051380

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.5%

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

R = 3.29%
G = 12.5%
B = 84.21%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#051380 (or 0x051380) is known color: Navy. HEX triplet: 05, 13 and 80. RGB value is (5,19,128). Sum of RGB (Red+Green+Blue) = 5+19+128=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 19 (7.81% from 255 or 12.5% from 152); Blue value is 128 (50.39% from 255 or 84.21% from 152); Max value from RGB is 128 - color contains mainly: blue. Hex color #051380 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051380 is #FAEC7F. Grayscale: #1A1A1A. Windows color (decimal): -16444544 or 8393477. OLE color: 8393477.

HSL color Cylindrical-coordinate representation of color #051380: hue angle of 233.17º 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 #051380 is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 5 19 128 -
CMYK 0.96 0.85 0 0.50
HSL 233.17º 0.92% 0.26% -
HSV(B) 233.17º 0.96% 0.5% -
XYZ 4.19 2.06 20.6 -
YUV 27.24 184.86 112.14 -
System Red Green Blue C M Y K H S L
Decimal 5 19 128 0.96 0.85 0 0.50 233.17 0.92 0.26
Hex 5 13 80 60 55 0 32 E9 5C 1A
Octal 5 23 200 140 125 0 62 351 134 32
Binary 101 10011 10000000 1100000 1010101 0 110010 11101001 1011100 11010

Color Harmonies of #051380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051380

Black with #051380

Text Example


Text Example

White with #051380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051380; }

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

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

background-color css

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

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

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

border-color css

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

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

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