Html Css Color HEX #1750ED Navy Blue

📋 copy color: '#1750ED'

red 23 ◦ green 80 ◦ blue 237

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

Shades of Navy Blue #1750ED

Tints of Navy Blue #1750ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.53%

 BLUE value IS 237 (92.97% from 255) = 69.71%

R = 6.76%
G = 23.53%
B = 69.71%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1750ED (or 0x1750ED) is known color: Navy Blue. HEX triplet: 17, 50 and ED. RGB value is (23,80,237). Sum of RGB (Red+Green+Blue) = 23+80+237=340 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.76% from 340); Green value is 80 (31.64% from 255 or 23.53% from 340); Blue value is 237 (92.97% from 255 or 69.71% from 340); Max value from RGB is 237 - color contains mainly: blue. Hex color #1750ED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750ED is #E8AF12. Grayscale: #505050. Windows color (decimal): -15249171 or 15552535. OLE color: 15552535.

HSL color Cylindrical-coordinate representation of color #1750ED: hue angle of 224.02º 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 #1750ED is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 23 80 237 -
CMYK 0.90 0.66 0 0.07
HSL 224.02º 0.86% 0.51% -
HSV(B) 224.02º 0.9% 0.93% -
XYZ 18.51 12.03 81.47 -
YUV 80.86 216.12 86.73 -
System Red Green Blue C M Y K H S L
Decimal 23 80 237 0.90 0.66 0 0.07 224.02 0.86 0.51
Hex 17 50 ED 5A 42 0 7 E0 56 33
Octal 27 120 355 132 102 0 7 340 126 63
Binary 10111 1010000 11101101 1011010 1000010 0 111 11100000 1010110 110011

Color Harmonies of #1750ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750ED

Black with #1750ED

Text Example


Text Example

White with #1750ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1750ED; }

 p { color: rgb(23,80,237); }

 H1.HeaderClassName
 {
   color: #1750ED;
 }
 .AnyTagClassName
 {
   color: #1750ED;
 }
</style>

background-color css

<style>
 a { background-color: #1750ED; }

 a { background-color: rgb(23,80,237); }

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

border-color css

<style>
 span { border-color: #1750ED; }

 span { border-color: rgb(23,80,237); }

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