Html Css Color HEX #051981 Navy

📋 copy color: '#051981'

red 5 ◦ green 25 ◦ blue 129

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

Shades of Navy #051981

Tints of Navy #051981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.72%

 BLUE value IS 129 (50.78% from 255) = 81.13%

R = 3.14%
G = 15.72%
B = 81.13%

CMYK

 C value IS 0.96

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051981 (or 0x051981) is known color: Navy. HEX triplet: 05, 19 and 81. RGB value is (5,25,129). Sum of RGB (Red+Green+Blue) = 5+25+129=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 129 (50.78% from 255 or 81.13% from 159); Max value from RGB is 129 - color contains mainly: blue. Hex color #051981 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051981 is #FAE67E. Grayscale: #1E1E1E. Windows color (decimal): -16443007 or 8460549. OLE color: 8460549.

HSL color Cylindrical-coordinate representation of color #051981: hue angle of 230.32º degrees, saturation: 0.93, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051981 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 5 25 129 -
CMYK 0.96 0.81 0 0.49
HSL 230.32º 0.93% 0.26% -
HSV(B) 230.32º 0.96% 0.51% -
XYZ 4.37 2.31 20.98 -
YUV 30.88 183.37 109.54 -
System Red Green Blue C M Y K H S L
Decimal 5 25 129 0.96 0.81 0 0.49 230.32 0.93 0.26
Hex 5 19 81 60 51 0 31 E6 5D 1A
Octal 5 31 201 140 121 0 61 346 135 32
Binary 101 11001 10000001 1100000 1010001 0 110001 11100110 1011101 11010

Color Harmonies of #051981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051981

Black with #051981

Text Example


Text Example

White with #051981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051981; }

 p { color: rgb(5,25,129); }

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

background-color css

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

 a { background-color: rgb(5,25,129); }

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

border-color css

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

 span { border-color: rgb(5,25,129); }

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