Html Css Color HEX #1058F4 Navy Blue

📋 copy color: '#1058F4'

red 16 ◦ green 88 ◦ blue 244

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

Shades of Navy Blue #1058F4

Tints of Navy Blue #1058F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 70.11%

R = 4.6%
G = 25.29%
B = 70.11%

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

#1058F4 (or 0x1058F4) is known color: 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

RGB 16 88 244 -
CMYK 0.93 0.64 0 0.04
HSL 221.05º 0.91% 0.51% -
HSV(B) 221.05º 0.93% 0.96% -
XYZ 20.03 13.62 87.16 -
YUV 84.26 218.15 79.32 -
System Red Green Blue C M Y K H S L
Decimal 16 88 244 0.93 0.64 0 0.04 221.05 0.91 0.51
Hex 10 58 F4 5D 40 0 4 DD 5B 33
Octal 20 130 364 135 100 0 4 335 133 63
Binary 10000 1011000 11110100 1011101 1000000 0 100 11011101 1011011 110011

Color Harmonies of #1058F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1058F4

Black with #1058F4

Text Example


Text Example

White with #1058F4

Text Example


Text Example

HTML Codes & Css Web 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>