Html Css Color HEX #1759EF Navy Blue

📋 copy color: '#1759EF'

red 23 ◦ green 89 ◦ blue 239

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

Shades of Navy Blue #1759EF

Tints of Navy Blue #1759EF

RGB

 RED value IS 23 (9.38% from 255) = 6.55%

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

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

R = 6.55%
G = 25.36%
B = 68.09%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1759EF (or 0x1759EF) is known color: Navy Blue. HEX triplet: 17, 59 and EF. RGB value is (23,89,239). Sum of RGB (Red+Green+Blue) = 23+89+239=351 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.55% from 351); Green value is 89 (35.16% from 255 or 25.36% from 351); Blue value is 239 (93.75% from 255 or 68.09% from 351); Max value from RGB is 239 - color contains mainly: blue. Hex color #1759EF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759EF is #E8A610. Grayscale: #555555. Windows color (decimal): -15246865 or 15685911. OLE color: 15685911.

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

Color convert

RGB 23 89 239 -
CMYK 0.90 0.63 0 0.06
HSL 221.67º 0.87% 0.51% -
HSV(B) 221.67º 0.9% 0.94% -
XYZ 19.51 13.56 83.25 -
YUV 86.37 214.13 82.8 -
System Red Green Blue C M Y K H S L
Decimal 23 89 239 0.90 0.63 0 0.06 221.67 0.87 0.51
Hex 17 59 EF 5A 3F 0 6 DE 57 33
Octal 27 131 357 132 77 0 6 336 127 63
Binary 10111 1011001 11101111 1011010 111111 0 110 11011110 1010111 110011

Color Harmonies of #1759EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1759EF

Black with #1759EF

Text Example


Text Example

White with #1759EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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