#05016B

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

Shades of Navy #05016B

Tints of Navy #05016B

Color information

#05016B (or 0x05016B) is unknown color: approx Navy. HEX triplet: 05, 01 and 6B. RGB value is (5,1,107). Sum of RGB (Red+Green+Blue) = 5+1+107=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 107 (42.19% from 255 or 94.69% from 113); Max value from RGB is 107 - color contains mainly: blue. Hex color #05016B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05016B is #FAFE94. Grayscale: #0D0D0D. Windows color (decimal): -16449173 or 7012613. OLE color: 7012613.

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

Color convert

RGB51107-
CMYK0.950.9900.58
HSL242.26º98.15%21.18%-
HSV(B)242.26º99.07%41.96%-
XYZ2.731.1213.98-
YUV14.28180.33121.38-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 1 (0.78% from 255) = 0.88%
BLUE value IS 107 (42.19% from 255) = 94.69%
R=4.42%
G=0.88%
B=94.69%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal511070.950.9900.58242.2698.1521.18
Hex516B5F6303Af26215
Octal5115313714307236214225
Binary1011110101110111111100011011101011110010110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05016B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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