#1058F8

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

Shades of Navy Blue #1058F8

Tints of Navy Blue #1058F8

Color information

#1058F8 (or 0x1058F8) is unknown color: approx Navy Blue. HEX triplet: 10, 58 and F8. RGB value is (16,88,248). Sum of RGB (Red+Green+Blue) = 16+88+248=352 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.55% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 248 (97.27% from 255 or 70.45% from 352); Max value from RGB is 248 - color contains mainly: blue. Hex color #1058F8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058F8 is #EFA707. Grayscale: #545454. Windows color (decimal): -15705864 or 16275472. OLE color: 16275472.

HSL color Cylindrical-coordinate representation of color #1058F8: hue angle of 221.38º 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 #1058F8 is Cyan = 0.94, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1688248-
CMYK0.940.6500.03
HSL221.38º94.31%51.76%-
HSV(B)221.38º93.55%97.25%-
XYZ20.6513.8790.4-
YUV84.71220.1578.99-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.55%
GREEN value IS 88 (34.77% from 255) = 25%
BLUE value IS 248 (97.27% from 255) = 70.45%
R=4.55%
G=25%
B=70.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16882480.940.6500.03221.3894.3151.76
Hex1058F85E4103dd5e34
Octal201303701361010333513664
Binary1000010110001111100010111101000001011110111011011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1058F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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