#1059F7

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

Shades of Navy Blue #1059F7

Tints of Navy Blue #1059F7

Color information

#1059F7 (or 0x1059F7) is unknown color: approx Navy Blue. HEX triplet: 10, 59 and F7. RGB value is (16,89,247). Sum of RGB (Red+Green+Blue) = 16+89+247=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 247 (96.88% from 255 or 70.17% from 352); Max value from RGB is 247 - color contains mainly: blue. Hex color #1059F7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059F7 is #EFA608. Grayscale: #545454. Windows color (decimal): -15705609 or 16210192. OLE color: 16210192.

HSL color Cylindrical-coordinate representation of color #1059F7: hue angle of 221.04º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1059F7 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1689247-
CMYK0.940.6400.03
HSL221.04º93.52%51.57%-
HSV(B)221.04º93.52%96.86%-
XYZ20.5713.9789.61-
YUV85.18219.3278.65-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.55%
GREEN value IS 89 (35.16% from 255) = 25.28%
BLUE value IS 247 (96.88% from 255) = 70.17%
R=4.55%
G=25.28%
B=70.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16892470.940.6400.03221.0493.5251.57
Hex1059F75E4003dd5e34
Octal201313671361000333513664
Binary1000010110011111011110111101000000011110111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1059F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1059F7; }

 p { color: rgb(16,89,247); }

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

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

 a { background-color: rgb(16,89,247); }

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

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

 span { border-color: rgb(16,89,247); }

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