Html Css Color HEX #175AF0 Navy Blue

📋 copy color: '#175AF0'

red 23 ◦ green 90 ◦ blue 240

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

Shades of Navy Blue #175AF0

Tints of Navy Blue #175AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 67.99%

R = 6.52%
G = 25.5%
B = 67.99%

CMYK

 C value IS 0.90

 M value IS 0.62

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#175AF0 (or 0x175AF0) is known color: Navy Blue. HEX triplet: 17, 5A and F0. RGB value is (23,90,240). Sum of RGB (Red+Green+Blue) = 23+90+240=353 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.52% from 353); Green value is 90 (35.55% from 255 or 25.50% from 353); Blue value is 240 (94.14% from 255 or 67.99% from 353); Max value from RGB is 240 - color contains mainly: blue. Hex color #175AF0 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175AF0 is #E8A50F. Grayscale: #565656. Windows color (decimal): -15246608 or 15751703. OLE color: 15751703.

HSL color Cylindrical-coordinate representation of color #175AF0: hue angle of 221.47º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #175AF0 is Cyan = 0.90, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 23 90 240 -
CMYK 0.90 0.62 0 0.06
HSL 221.47º 0.88% 0.52% -
HSV(B) 221.47º 0.9% 0.94% -
XYZ 19.74 13.79 84.06 -
YUV 87.07 214.3 82.3 -
System Red Green Blue C M Y K H S L
Decimal 23 90 240 0.90 0.62 0 0.06 221.47 0.88 0.52
Hex 17 5A F0 5A 3E 0 6 DD 58 34
Octal 27 132 360 132 76 0 6 335 130 64
Binary 10111 1011010 11110000 1011010 111110 0 110 11011101 1011000 110100

Color Harmonies of #175AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175AF0

Black with #175AF0

Text Example


Text Example

White with #175AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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