#1058F4

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

Shades of Navy Blue #1058F4

Tints of Navy Blue #1058F4

Color information

#1058F4 (or 0x1058F4) is unknown color: approx Navy Blue. HEX triplet: 10, 58 and F4. RGB value is (16,88,244). Sum of RGB (Red+Green+Blue) = 16+88+244=348 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.60% from 348); Green value is 88 (34.77% from 255 or 25.29% from 348); Blue value is 244 (95.70% from 255 or 70.11% from 348); Max value from RGB is 244 - color contains mainly: blue. Hex color #1058F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058F4 is #EFA70B. Grayscale: #535353. Windows color (decimal): -15705868 or 16013328. OLE color: 16013328.

HSL color Cylindrical-coordinate representation of color #1058F4: hue angle of 221.05º degrees, saturation: 0.91, 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 #1058F4 is Cyan = 0.93, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB1688244-
CMYK0.930.6400.04
HSL221.05º91.2%50.98%-
HSV(B)221.05º93.44%95.69%-
XYZ20.0313.6287.16-
YUV84.26218.1579.32-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.60%
GREEN value IS 88 (34.77% from 255) = 25.29%
BLUE value IS 244 (95.70% from 255) = 70.11%
R=4.60%
G=25.29%
B=70.11%

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
Decimal16882440.930.6400.04221.0591.250.98
Hex1058F45D4004dd5b33
Octal201303641351000433513363
Binary10000101100011110100101110110000000100110111011011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1058F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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