Html Css Color HEX #1059F4 Navy Blue

📋 copy color: '#1059F4'

red 16 ◦ green 89 ◦ blue 244

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

Shades of Navy Blue #1059F4

Tints of Navy Blue #1059F4

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25.5%

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

R = 4.58%
G = 25.5%
B = 69.91%

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

#1059F4 (or 0x1059F4) is known color: Navy Blue. HEX triplet: 10, 59 and F4. RGB value is (16,89,244). Sum of RGB (Red+Green+Blue) = 16+89+244=349 (46% of max value = 765). Red value is 16 (6.64% from 255 or 4.58% from 349); Green value is 89 (35.16% from 255 or 25.50% from 349); Blue value is 244 (95.70% from 255 or 69.91% from 349); Max value from RGB is 244 - color contains mainly: blue. Hex color #1059F4 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059F4 is #EFA60B. Grayscale: #545454. Windows color (decimal): -15705612 or 16013584. OLE color: 16013584.

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

Color convert

RGB 16 89 244 -
CMYK 0.93 0.64 0 0.04
HSL 220.79º 0.91% 0.51% -
HSV(B) 220.79º 0.93% 0.96% -
XYZ 20.12 13.79 87.19 -
YUV 84.84 217.82 78.9 -
System Red Green Blue C M Y K H S L
Decimal 16 89 244 0.93 0.64 0 0.04 220.79 0.91 0.51
Hex 10 59 F4 5D 40 0 4 DD 5B 33
Octal 20 131 364 135 100 0 4 335 133 63
Binary 10000 1011001 11110100 1011101 1000000 0 100 11011101 1011011 110011

Color Harmonies of #1059F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059F4

Black with #1059F4

Text Example


Text Example

White with #1059F4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1059F4;
 }
 .AnyTagClassName
 {
   color: #1059F4;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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