Html Css Color HEX #1059EF Navy Blue

📋 copy color: '#1059EF'

red 16 ◦ green 89 ◦ blue 239

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

Shades of Navy Blue #1059EF

Tints of Navy Blue #1059EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.48%

R = 4.65%
G = 25.87%
B = 69.48%

CMYK

 C value IS 0.93

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1059EF (or 0x1059EF) is known color: Navy Blue. HEX triplet: 10, 59 and EF. RGB value is (16,89,239). Sum of RGB (Red+Green+Blue) = 16+89+239=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 89 (35.16% from 255 or 25.87% from 344); Blue value is 239 (93.75% from 255 or 69.48% from 344); Max value from RGB is 239 - color contains mainly: blue. Hex color #1059EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1059EF is #EFA610. Grayscale: #535353. Windows color (decimal): -15705617 or 15685904. OLE color: 15685904.

HSL color Cylindrical-coordinate representation of color #1059EF: hue angle of 220.36º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1059EF is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 89 239 -
CMYK 0.93 0.63 0 0.06
HSL 220.36º 0.87% 0.5% -
HSV(B) 220.36º 0.93% 0.94% -
XYZ 19.37 13.49 83.24 -
YUV 84.27 215.32 79.3 -
System Red Green Blue C M Y K H S L
Decimal 16 89 239 0.93 0.63 0 0.06 220.36 0.87 0.5
Hex 10 59 EF 5D 3F 0 6 DC 57 32
Octal 20 131 357 135 77 0 6 334 127 62
Binary 10000 1011001 11101111 1011101 111111 0 110 11011100 1010111 110010

Color Harmonies of #1059EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059EF

Black with #1059EF

Text Example


Text Example

White with #1059EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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