Html Css Color HEX #051176 Navy

📋 copy color: '#051176'

red 5 ◦ green 17 ◦ blue 118

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

Shades of Navy #051176

Tints of Navy #051176

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.14%

 BLUE value IS 118 (46.48% from 255) = 84.29%

R = 3.57%
G = 12.14%
B = 84.29%

CMYK

 C value IS 0.96

 M value IS 0.86

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#051176 (or 0x051176) is known color: Navy. HEX triplet: 05, 11 and 76. RGB value is (5,17,118). Sum of RGB (Red+Green+Blue) = 5+17+118=140 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.57% from 140); Green value is 17 (7.03% from 255 or 12.14% from 140); Blue value is 118 (46.48% from 255 or 84.29% from 140); Max value from RGB is 118 - color contains mainly: blue. Hex color #051176 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051176 is #FAEE89. Grayscale: #181818. Windows color (decimal): -16445066 or 7737605. OLE color: 7737605.

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

Color convert

RGB 5 17 118 -
CMYK 0.96 0.86 0 0.54
HSL 233.63º 0.92% 0.24% -
HSV(B) 233.63º 0.96% 0.46% -
XYZ 3.53 1.74 17.29 -
YUV 24.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 5 17 118 0.96 0.86 0 0.54 233.63 0.92 0.24
Hex 5 11 76 60 56 0 36 EA 5C 18
Octal 5 21 166 140 126 0 66 352 134 30
Binary 101 10001 1110110 1100000 1010110 0 110110 11101010 1011100 11000

Color Harmonies of #051176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051176

Black with #051176

Text Example


Text Example

White with #051176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051176; }

 p { color: rgb(5,17,118); }

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

background-color css

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

 a { background-color: rgb(5,17,118); }

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

border-color css

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

 span { border-color: rgb(5,17,118); }

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