#051174

Color #051174 Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #051174

Tints of Navy #051174

Color information

#051174 (or 0x051174) is unknown color: approx Navy. HEX triplet: 05, 11 and 74. RGB value is (5,17,116). Sum of RGB (Red+Green+Blue) = 5+17+116=138 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.62% from 138); Green value is 17 (7.03% from 255 or 12.32% from 138); Blue value is 116 (45.70% from 255 or 84.06% from 138); Max value from RGB is 116 - color contains mainly: blue. Hex color #051174 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051174 is #FAEE8B. Grayscale: #181818. Windows color (decimal): -16445068 or 7606533. OLE color: 7606533.

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

Color convert

RGB517116-
CMYK0.960.8500.55
HSL233.51º91.74%23.73%-
HSV(B)233.51º95.69%45.49%-
XYZ3.421.6916.67-
YUV24.7179.52113.95-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.62%
GREEN value IS 17 (7.03% from 255) = 12.32%
BLUE value IS 116 (45.70% from 255) = 84.06%
R=3.62%
G=12.32%
B=84.06%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5171160.960.8500.55233.5191.7423.73
Hex511746055037ea5c18
Octal52116414012506735213430
Binary10110001111010011000001010101011011111101010101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051174; }

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

 H1.HeaderClassName
 {
   color: #051174;
 }
 .AnyTagClassName
 {
   color: #051174;
 }
</style>
background-color css

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

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

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

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

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

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