#05117C

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

Shades of Navy #05117C

Tints of Navy #05117C

Color information

#05117C (or 0x05117C) is unknown color: approx Navy. HEX triplet: 05, 11 and 7C. RGB value is (5,17,124). Sum of RGB (Red+Green+Blue) = 5+17+124=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 124 (48.83% from 255 or 84.93% from 146); Max value from RGB is 124 - color contains mainly: blue. Hex color #05117C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05117C is #FAEE83. Grayscale: #191919. Windows color (decimal): -16445060 or 8130821. OLE color: 8130821.

HSL color Cylindrical-coordinate representation of color #05117C: hue angle of 233.95º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05117C is Cyan = 0.96, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB517124-
CMYK0.960.8600.51
HSL233.95º92.25%25.29%-
HSV(B)233.95º95.97%48.63%-
XYZ3.91.8919.23-
YUV25.61183.52113.3-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 124 (48.83% from 255) = 84.93%
R=3.42%
G=11.64%
B=84.93%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5171240.960.8600.51233.9592.2525.29
Hex5117C6056033ea5c19
Octal52117414012606335213431
Binary10110001111110011000001010110011001111101010101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05117C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05117C; }

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

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

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

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

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

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

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

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