Html Css Color HEX #1058F6 Navy Blue

📋 copy color: '#1058F6'

red 16 ◦ green 88 ◦ blue 246

#1058F6
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #1058F6

Tints of Navy Blue #1058F6

RGB

 RED value IS 16 (6.64% from 255) = 4.57%

 GREEN value IS 88 (34.77% from 255) = 25.14%

 BLUE value IS 246 (96.48% from 255) = 70.29%

R = 4.57%
G = 25.14%
B = 70.29%

CMYK

 C value IS 0.93

 M value IS 0.64

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#1058F6 (or 0x1058F6) is known color: Navy Blue. HEX triplet: 10, 58 and F6. RGB value is (16,88,246). Sum of RGB (Red+Green+Blue) = 16+88+246=350 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.57% from 350); Green value is 88 (34.77% from 255 or 25.14% from 350); Blue value is 246 (96.48% from 255 or 70.29% from 350); Max value from RGB is 246 - color contains mainly: blue. Hex color #1058F6 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1058F6 is #EFA709. Grayscale: #535353. Windows color (decimal): -15705866 or 16144400. OLE color: 16144400.

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

Color convert

RGB 16 88 246 -
CMYK 0.93 0.64 0 0.04
HSL 221.22º 0.93% 0.51% -
HSV(B) 221.22º 0.93% 0.96% -
XYZ 20.34 13.74 88.77 -
YUV 84.48 219.15 79.15 -
System Red Green Blue C M Y K H S L
Decimal 16 88 246 0.93 0.64 0 0.04 221.22 0.93 0.51
Hex 10 58 F6 5D 40 0 4 DD 5D 33
Octal 20 130 366 135 100 0 4 335 135 63
Binary 10000 1011000 11110110 1011101 1000000 0 100 11011101 1011101 110011

Color Harmonies of #1058F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1058F6

Black with #1058F6

Text Example


Text Example

White with #1058F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1058F6;
 }
 .AnyTagClassName
 {
   color: #1058F6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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