#05016E

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

Shades of Navy #05016E

Tints of Navy #05016E

Color information

#05016E (or 0x05016E) is unknown color: approx Navy. HEX triplet: 05, 01 and 6E. RGB value is (5,1,110). Sum of RGB (Red+Green+Blue) = 5+1+110=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 110 (43.36% from 255 or 94.83% from 116); Max value from RGB is 110 - color contains mainly: blue. Hex color #05016E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05016E is #FAFE91. Grayscale: #0E0E0E. Windows color (decimal): -16449170 or 7209221. OLE color: 7209221.

HSL color Cylindrical-coordinate representation of color #05016E: hue angle of 242.2º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #05016E is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB51110-
CMYK0.950.9900.57
HSL242.2º98.2%21.76%-
HSV(B)242.2º99.09%43.14%-
XYZ2.891.1814.83-
YUV14.62181.83121.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 1 (0.78% from 255) = 0.86%
BLUE value IS 110 (43.36% from 255) = 94.83%
R=4.31%
G=0.86%
B=94.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal511100.950.9900.57242.298.221.76
Hex516E5F63039f26216
Octal5115613714307136214226
Binary1011110111010111111100011011100111110010110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05016E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05016E; }

 p { color: rgb(5,1,110); }

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

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

 a { background-color: rgb(5,1,110); }

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

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

 span { border-color: rgb(5,1,110); }

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