Html Css Color HEX #051379 Navy

📋 copy color: '#051379'

red 5 ◦ green 19 ◦ blue 121

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

Shades of Navy #051379

Tints of Navy #051379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 83.45%

R = 3.45%
G = 13.1%
B = 83.45%

CMYK

 C value IS 0.96

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#051379 (or 0x051379) is known color: Navy. HEX triplet: 05, 13 and 79. RGB value is (5,19,121). Sum of RGB (Red+Green+Blue) = 5+19+121=145 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.45% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 121 (47.66% from 255 or 83.45% from 145); Max value from RGB is 121 - color contains mainly: blue. Hex color #051379 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051379 is #FAEC86. Grayscale: #1A1A1A. Windows color (decimal): -16444551 or 7934725. OLE color: 7934725.

HSL color Cylindrical-coordinate representation of color #051379: hue angle of 232.76º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051379 is Cyan = 0.96, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 5 19 121 -
CMYK 0.96 0.84 0 0.53
HSL 232.76º 0.92% 0.25% -
HSV(B) 232.76º 0.96% 0.47% -
XYZ 3.75 1.88 18.25 -
YUV 26.44 181.36 112.71 -
System Red Green Blue C M Y K H S L
Decimal 5 19 121 0.96 0.84 0 0.53 232.76 0.92 0.25
Hex 5 13 79 60 54 0 35 E9 5C 19
Octal 5 23 171 140 124 0 65 351 134 31
Binary 101 10011 1111001 1100000 1010100 0 110101 11101001 1011100 11001

Color Harmonies of #051379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051379

Black with #051379

Text Example


Text Example

White with #051379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051379; }

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

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

background-color css

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

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

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

border-color css

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

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

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