Html Css Color HEX #1759EB Navy Blue

📋 copy color: '#1759EB'

red 23 ◦ green 89 ◦ blue 235

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

Shades of Navy Blue #1759EB

Tints of Navy Blue #1759EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 67.72%

R = 6.63%
G = 25.65%
B = 67.72%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1759EB (or 0x1759EB) is known color: Navy Blue. HEX triplet: 17, 59 and EB. RGB value is (23,89,235). Sum of RGB (Red+Green+Blue) = 23+89+235=347 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.63% from 347); Green value is 89 (35.16% from 255 or 25.65% from 347); Blue value is 235 (92.19% from 255 or 67.72% from 347); Max value from RGB is 235 - color contains mainly: blue. Hex color #1759EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1759EB is #E8A614. Grayscale: #555555. Windows color (decimal): -15246869 or 15423767. OLE color: 15423767.

HSL color Cylindrical-coordinate representation of color #1759EB: hue angle of 221.32º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1759EB is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 23 89 235 -
CMYK 0.90 0.62 0 0.08
HSL 221.32º 0.84% 0.51% -
HSV(B) 221.32º 0.9% 0.92% -
XYZ 18.92 13.33 80.17 -
YUV 85.91 212.13 83.13 -
System Red Green Blue C M Y K H S L
Decimal 23 89 235 0.90 0.62 0 0.08 221.32 0.84 0.51
Hex 17 59 EB 5A 3E 0 8 DD 54 33
Octal 27 131 353 132 76 0 10 335 124 63
Binary 10111 1011001 11101011 1011010 111110 0 1000 11011101 1010100 110011

Color Harmonies of #1759EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1759EB

Black with #1759EB

Text Example


Text Example

White with #1759EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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