Html Css Color HEX #175AE7 Navy Blue

📋 copy color: '#175AE7'

red 23 ◦ green 90 ◦ blue 231

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

Shades of Navy Blue #175AE7

Tints of Navy Blue #175AE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 67.15%

R = 6.69%
G = 26.16%
B = 67.15%

CMYK

 C value IS 0.90

 M value IS 0.61

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#175AE7 (or 0x175AE7) is known color: Navy Blue. HEX triplet: 17, 5A and E7. RGB value is (23,90,231). Sum of RGB (Red+Green+Blue) = 23+90+231=344 (45% of max value = 765). Red value is 23 (9.38% from 255 or 6.69% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 231 (90.62% from 255 or 67.15% from 344); Max value from RGB is 231 - color contains mainly: blue. Hex color #175AE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175AE7 is #E8A518. Grayscale: #555555. Windows color (decimal): -15246617 or 15161879. OLE color: 15161879.

HSL color Cylindrical-coordinate representation of color #175AE7: hue angle of 220.67º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175AE7 is Cyan = 0.90, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 23 90 231 -
CMYK 0.90 0.61 0 0.09
HSL 220.67º 0.82% 0.5% -
HSV(B) 220.67º 0.9% 0.91% -
XYZ 18.43 13.26 77.19 -
YUV 86.04 209.8 83.04 -
System Red Green Blue C M Y K H S L
Decimal 23 90 231 0.90 0.61 0 0.09 220.67 0.82 0.5
Hex 17 5A E7 5A 3D 0 9 DD 52 32
Octal 27 132 347 132 75 0 11 335 122 62
Binary 10111 1011010 11100111 1011010 111101 0 1001 11011101 1010010 110010

Color Harmonies of #175AE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175AE7

Black with #175AE7

Text Example


Text Example

White with #175AE7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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