Html Css Color HEX #1755E0 Navy Blue

📋 copy color: '#1755E0'

red 23 ◦ green 85 ◦ blue 224

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

Shades of Navy Blue #1755E0

Tints of Navy Blue #1755E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 67.47%

R = 6.93%
G = 25.6%
B = 67.47%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#1755E0 (or 0x1755E0) is known color: Navy Blue. HEX triplet: 17, 55 and E0. RGB value is (23,85,224). Sum of RGB (Red+Green+Blue) = 23+85+224=332 (43% of max value = 765). Red value is 23 (9.38% from 255 or 6.93% from 332); Green value is 85 (33.59% from 255 or 25.60% from 332); Blue value is 224 (87.89% from 255 or 67.47% from 332); Max value from RGB is 224 - color contains mainly: blue. Hex color #1755E0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1755E0 is #E8AA1F. Grayscale: #515151. Windows color (decimal): -15247904 or 14701847. OLE color: 14701847.

HSL color Cylindrical-coordinate representation of color #1755E0: hue angle of 221.49º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1755E0 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 85 224 -
CMYK 0.90 0.62 0 0.12
HSL 221.49º 0.81% 0.48% -
HSV(B) 221.49º 0.9% 0.88% -
XYZ 17.06 12.06 71.95 -
YUV 82.31 207.96 85.7 -
System Red Green Blue C M Y K H S L
Decimal 23 85 224 0.90 0.62 0 0.12 221.49 0.81 0.48
Hex 17 55 E0 5A 3E 0 C DD 51 30
Octal 27 125 340 132 76 0 14 335 121 60
Binary 10111 1010101 11100000 1011010 111110 0 1100 11011101 1010001 110000

Color Harmonies of #1755E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1755E0

Black with #1755E0

Text Example


Text Example

White with #1755E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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