Html Css Color HEX #175AE0 Navy Blue

📋 copy color: '#175AE0'

red 23 ◦ green 90 ◦ blue 224

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

Shades of Navy Blue #175AE0

Tints of Navy Blue #175AE0

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.71%

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

R = 6.82%
G = 26.71%
B = 66.47%

CMYK

 C value IS 0.90

 M value IS 0.60

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#175AE0 (or 0x175AE0) is known color: Navy Blue. HEX triplet: 17, 5A and E0. RGB value is (23,90,224). Sum of RGB (Red+Green+Blue) = 23+90+224=337 (44% of max value = 765). Red value is 23 (9.38% from 255 or 6.82% from 337); Green value is 90 (35.55% from 255 or 26.71% from 337); Blue value is 224 (87.89% from 255 or 66.47% from 337); Max value from RGB is 224 - color contains mainly: blue. Hex color #175AE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #175AE0 is #E8A51F. Grayscale: #545454. Windows color (decimal): -15246624 or 14703127. OLE color: 14703127.

HSL color Cylindrical-coordinate representation of color #175AE0: hue angle of 220º 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 #175AE0 is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 23 90 224 -
CMYK 0.90 0.60 0 0.12
HSL 220º 0.81% 0.48% -
HSV(B) 220º 0.9% 0.88% -
XYZ 17.46 12.88 72.09 -
YUV 85.24 206.3 83.6 -
System Red Green Blue C M Y K H S L
Decimal 23 90 224 0.90 0.60 0 0.12 220 0.81 0.48
Hex 17 5A E0 5A 3C 0 C DC 51 30
Octal 27 132 340 132 74 0 14 334 121 60
Binary 10111 1011010 11100000 1011010 111100 0 1100 11011100 1010001 110000

Color Harmonies of #175AE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175AE0

Black with #175AE0

Text Example


Text Example

White with #175AE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #175AE0; }

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

 H1.HeaderClassName
 {
   color: #175AE0;
 }
 .AnyTagClassName
 {
   color: #175AE0;
 }
</style>

background-color css

<style>
 a { background-color: #175AE0; }

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

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

border-color css

<style>
 span { border-color: #175AE0; }

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

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