Html Css Color HEX #1059EC Navy Blue

📋 copy color: '#1059EC'

red 16 ◦ green 89 ◦ blue 236

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

Shades of Navy Blue #1059EC

Tints of Navy Blue #1059EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 69.21%

R = 4.69%
G = 26.1%
B = 69.21%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1059EC (or 0x1059EC) is known color: Navy Blue. HEX triplet: 10, 59 and EC. RGB value is (16,89,236). Sum of RGB (Red+Green+Blue) = 16+89+236=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 89 (35.16% from 255 or 26.10% from 341); Blue value is 236 (92.58% from 255 or 69.21% from 341); Max value from RGB is 236 - color contains mainly: blue. Hex color #1059EC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059EC is #EFA613. Grayscale: #535353. Windows color (decimal): -15705620 or 15489296. OLE color: 15489296.

HSL color Cylindrical-coordinate representation of color #1059EC: hue angle of 220.09º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1059EC is Cyan = 0.93, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 89 236 -
CMYK 0.93 0.62 0 0.07
HSL 220.09º 0.87% 0.49% -
HSV(B) 220.09º 0.93% 0.93% -
XYZ 18.93 13.31 80.93 -
YUV 83.93 213.82 79.55 -
System Red Green Blue C M Y K H S L
Decimal 16 89 236 0.93 0.62 0 0.07 220.09 0.87 0.49
Hex 10 59 EC 5D 3E 0 7 DC 57 31
Octal 20 131 354 135 76 0 7 334 127 61
Binary 10000 1011001 11101100 1011101 111110 0 111 11011100 1010111 110001

Color Harmonies of #1059EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059EC

Black with #1059EC

Text Example


Text Example

White with #1059EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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