#1058F5

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

Shades of Navy Blue #1058F5

Tints of Navy Blue #1058F5

Color information

#1058F5 (or 0x1058F5) is unknown color: approx Navy Blue. HEX triplet: 10, 58 and F5. RGB value is (16,88,245). Sum of RGB (Red+Green+Blue) = 16+88+245=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 88 (34.77% from 255 or 25.21% from 349); Blue value is 245 (96.09% from 255 or 70.20% from 349); Max value from RGB is 245 - color contains mainly: blue. Hex color #1058F5 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058F5 is #EFA70A. Grayscale: #535353. Windows color (decimal): -15705867 or 16078864. OLE color: 16078864.

HSL color Cylindrical-coordinate representation of color #1058F5: hue angle of 221.14º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1058F5 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1688245-
CMYK0.930.6400.04
HSL221.14º91.97%51.18%-
HSV(B)221.14º93.47%96.08%-
XYZ20.1813.6887.96-
YUV84.37218.6579.23-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.58%
GREEN value IS 88 (34.77% from 255) = 25.21%
BLUE value IS 245 (96.09% from 255) = 70.20%
R=4.58%
G=25.21%
B=70.20%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal16882450.930.6400.04221.1491.9751.18
Hex1058F55D4004dd5c33
Octal201303651351000433513463
Binary10000101100011110101101110110000000100110111011011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1058F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1058F5; }

 p { color: rgb(16,88,245); }

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

<style>
 a { background-color: #1058F5; }

 a { background-color: rgb(16,88,245); }

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

<style>
 span { border-color: #1058F5; }

 span { border-color: rgb(16,88,245); }

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