Html Css Color HEX #1750EB Navy Blue

📋 copy color: '#1750EB'

red 23 ◦ green 80 ◦ blue 235

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

Shades of Navy Blue #1750EB

Tints of Navy Blue #1750EB

RGB

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

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

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

R = 6.8%
G = 23.67%
B = 69.53%

CMYK

 C value IS 0.90

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#1750EB (or 0x1750EB) is known color: Navy Blue. HEX triplet: 17, 50 and EB. RGB value is (23,80,235). Sum of RGB (Red+Green+Blue) = 23+80+235=338 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.80% from 338); Green value is 80 (31.64% from 255 or 23.67% from 338); Blue value is 235 (92.19% from 255 or 69.53% from 338); Max value from RGB is 235 - color contains mainly: blue. Hex color #1750EB is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #1750EB is #E8AF14. Grayscale: #4F4F4F. Windows color (decimal): -15249173 or 15421463. OLE color: 15421463.

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

Color convert

RGB 23 80 235 -
CMYK 0.90 0.66 0 0.08
HSL 223.87º 0.84% 0.51% -
HSV(B) 223.87º 0.9% 0.92% -
XYZ 18.22 11.92 79.94 -
YUV 80.63 215.12 86.9 -
System Red Green Blue C M Y K H S L
Decimal 23 80 235 0.90 0.66 0 0.08 223.87 0.84 0.51
Hex 17 50 EB 5A 42 0 8 E0 54 33
Octal 27 120 353 132 102 0 10 340 124 63
Binary 10111 1010000 11101011 1011010 1000010 0 1000 11100000 1010100 110011

Color Harmonies of #1750EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1750EB

Black with #1750EB

Text Example


Text Example

White with #1750EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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