#05117F

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

Shades of Navy #05117F

Tints of Navy #05117F

Color information

#05117F (or 0x05117F) is unknown color: approx Navy. HEX triplet: 05, 11 and 7F. RGB value is (5,17,127). Sum of RGB (Red+Green+Blue) = 5+17+127=149 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.36% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 127 (50% from 255 or 85.23% from 149); Max value from RGB is 127 - color contains mainly: blue. Hex color #05117F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05117F is #FAEE80. Grayscale: #191919. Windows color (decimal): -16445057 or 8327429. OLE color: 8327429.

HSL color Cylindrical-coordinate representation of color #05117F: hue angle of 234.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #05117F is Cyan = 0.96, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB517127-
CMYK0.960.8700.50
HSL234.1º92.42%25.88%-
HSV(B)234.1º96.06%49.8%-
XYZ4.091.9720.24-
YUV25.95185.02113.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.36%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 127 (50% from 255) = 85.23%
R=3.36%
G=11.41%
B=85.23%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5171270.960.8700.50234.192.4225.88
Hex5117F6057032ea5c1a
Octal52117714012706235213432
Binary10110001111111111000001010111011001011101010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05117F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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