Html Css Color HEX #1755E5 Navy Blue

📋 copy color: '#1755E5'

red 23 ◦ green 85 ◦ blue 229

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

Shades of Navy Blue #1755E5

Tints of Navy Blue #1755E5

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.22%

 BLUE value IS 229 (89.84% from 255) = 67.95%

R = 6.82%
G = 25.22%
B = 67.95%

CMYK

 C value IS 0.90

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#1755E5 (or 0x1755E5) is known color: Navy Blue. HEX triplet: 17, 55 and E5. RGB value is (23,85,229). Sum of RGB (Red+Green+Blue) = 23+85+229=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 85 (33.59% from 255 or 25.22% from 337); Blue value is 229 (89.84% from 255 or 67.95% from 337); Max value from RGB is 229 - color contains mainly: blue. Hex color #1755E5 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755E5 is #E8AA1A. Grayscale: #525252. Windows color (decimal): -15247899 or 15029527. OLE color: 15029527.

HSL color Cylindrical-coordinate representation of color #1755E5: hue angle of 221.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1755E5 is Cyan = 0.90, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 23 85 229 -
CMYK 0.90 0.63 0 0.10
HSL 221.94º 0.82% 0.49% -
HSV(B) 221.94º 0.9% 0.9% -
XYZ 17.74 12.34 75.57 -
YUV 82.88 210.46 85.29 -
System Red Green Blue C M Y K H S L
Decimal 23 85 229 0.90 0.63 0 0.10 221.94 0.82 0.49
Hex 17 55 E5 5A 3F 0 A DE 52 31
Octal 27 125 345 132 77 0 12 336 122 61
Binary 10111 1010101 11100101 1011010 111111 0 1010 11011110 1010010 110001

Color Harmonies of #1755E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1755E5

Black with #1755E5

Text Example


Text Example

White with #1755E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1755E5; }

 p { color: rgb(23,85,229); }

 H1.HeaderClassName
 {
   color: #1755E5;
 }
 .AnyTagClassName
 {
   color: #1755E5;
 }
</style>

background-color css

<style>
 a { background-color: #1755E5; }

 a { background-color: rgb(23,85,229); }

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

border-color css

<style>
 span { border-color: #1755E5; }

 span { border-color: rgb(23,85,229); }

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