Html Css Color HEX #051381 Navy

📋 copy color: '#051381'

red 5 ◦ green 19 ◦ blue 129

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

Shades of Navy #051381

Tints of Navy #051381

RGB

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

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

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

R = 3.27%
G = 12.42%
B = 84.31%

CMYK

 C value IS 0.96

 M value IS 0.85

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#051381 (or 0x051381) is known color: Navy. HEX triplet: 05, 13 and 81. RGB value is (5,19,129). Sum of RGB (Red+Green+Blue) = 5+19+129=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 129 (50.78% from 255 or 84.31% from 153); Max value from RGB is 129 - color contains mainly: blue. Hex color #051381 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #051381 is #FAEC7E. Grayscale: #1A1A1A. Windows color (decimal): -16444543 or 8459013. OLE color: 8459013.

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

Color convert

RGB 5 19 129 -
CMYK 0.96 0.85 0 0.49
HSL 233.23º 0.93% 0.26% -
HSV(B) 233.23º 0.96% 0.51% -
XYZ 4.26 2.08 20.95 -
YUV 27.35 185.36 112.06 -
System Red Green Blue C M Y K H S L
Decimal 5 19 129 0.96 0.85 0 0.49 233.23 0.93 0.26
Hex 5 13 81 60 55 0 31 E9 5D 1A
Octal 5 23 201 140 125 0 61 351 135 32
Binary 101 10011 10000001 1100000 1010101 0 110001 11101001 1011101 11010

Color Harmonies of #051381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051381

Black with #051381

Text Example


Text Example

White with #051381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051381; }

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

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

background-color css

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

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

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

border-color css

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

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

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