Html Css Color HEX #1759EE Navy Blue

📋 copy color: '#1759EE'

red 23 ◦ green 89 ◦ blue 238

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

Shades of Navy Blue #1759EE

Tints of Navy Blue #1759EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 68%

R = 6.57%
G = 25.43%
B = 68%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1759EE (or 0x1759EE) is known color: Navy Blue. HEX triplet: 17, 59 and EE. RGB value is (23,89,238). Sum of RGB (Red+Green+Blue) = 23+89+238=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 89 (35.16% from 255 or 25.43% from 350); Blue value is 238 (93.36% from 255 or 68% from 350); Max value from RGB is 238 - color contains mainly: blue. Hex color #1759EE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759EE is #E8A611. Grayscale: #555555. Windows color (decimal): -15246866 or 15620375. OLE color: 15620375.

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

Color convert

RGB 23 89 238 -
CMYK 0.90 0.63 0 0.07
HSL 221.58º 0.86% 0.51% -
HSV(B) 221.58º 0.9% 0.93% -
XYZ 19.36 13.5 82.47 -
YUV 86.25 213.63 82.88 -
System Red Green Blue C M Y K H S L
Decimal 23 89 238 0.90 0.63 0 0.07 221.58 0.86 0.51
Hex 17 59 EE 5A 3F 0 7 DE 56 33
Octal 27 131 356 132 77 0 7 336 126 63
Binary 10111 1011001 11101110 1011010 111111 0 111 11011110 1010110 110011

Color Harmonies of #1759EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1759EE

Black with #1759EE

Text Example


Text Example

White with #1759EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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