Html Css Color HEX #1059E9 Navy Blue

📋 copy color: '#1059E9'

red 16 ◦ green 89 ◦ blue 233

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

Shades of Navy Blue #1059E9

Tints of Navy Blue #1059E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 68.93%

R = 4.73%
G = 26.33%
B = 68.93%

CMYK

 C value IS 0.93

 M value IS 0.62

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#1059E9 (or 0x1059E9) is known color: Navy Blue. HEX triplet: 10, 59 and E9. RGB value is (16,89,233). Sum of RGB (Red+Green+Blue) = 16+89+233=338 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.73% from 338); Green value is 89 (35.16% from 255 or 26.33% from 338); Blue value is 233 (91.41% from 255 or 68.93% from 338); Max value from RGB is 233 - color contains mainly: blue. Hex color #1059E9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059E9 is #EFA616. Grayscale: #525252. Windows color (decimal): -15705623 or 15292688. OLE color: 15292688.

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

Color convert

RGB 16 89 233 -
CMYK 0.93 0.62 0 0.09
HSL 219.82º 0.87% 0.49% -
HSV(B) 219.82º 0.93% 0.91% -
XYZ 18.49 13.14 78.65 -
YUV 83.59 212.32 79.79 -
System Red Green Blue C M Y K H S L
Decimal 16 89 233 0.93 0.62 0 0.09 219.82 0.87 0.49
Hex 10 59 E9 5D 3E 0 9 DC 57 31
Octal 20 131 351 135 76 0 11 334 127 61
Binary 10000 1011001 11101001 1011101 111110 0 1001 11011100 1010111 110001

Color Harmonies of #1059E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059E9

Black with #1059E9

Text Example


Text Example

White with #1059E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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