Html Css Color HEX #175FE8 Navy Blue

📋 copy color: '#175FE8'

red 23 ◦ green 95 ◦ blue 232

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

Shades of Navy Blue #175FE8

Tints of Navy Blue #175FE8

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.14%

 BLUE value IS 232 (91.02% from 255) = 66.29%

R = 6.57%
G = 27.14%
B = 66.29%

CMYK

 C value IS 0.90

 M value IS 0.59

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#175FE8 (or 0x175FE8) is known color: Navy Blue. HEX triplet: 17, 5F and E8. RGB value is (23,95,232). Sum of RGB (Red+Green+Blue) = 23+95+232=350 (46% of max value = 765). Red value is 23 (9.38% from 255 or 6.57% from 350); Green value is 95 (37.5% from 255 or 27.14% from 350); Blue value is 232 (91.02% from 255 or 66.29% from 350); Max value from RGB is 232 - color contains mainly: blue. Hex color #175FE8 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #175FE8 is #E8A017. Grayscale: #585858. Windows color (decimal): -15245336 or 15228695. OLE color: 15228695.

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

Color convert

RGB 23 95 232 -
CMYK 0.90 0.59 0 0.09
HSL 219.33º 0.82% 0.5% -
HSV(B) 219.33º 0.9% 0.91% -
XYZ 19.01 14.19 78.08 -
YUV 89.09 208.65 80.86 -
System Red Green Blue C M Y K H S L
Decimal 23 95 232 0.90 0.59 0 0.09 219.33 0.82 0.5
Hex 17 5F E8 5A 3B 0 9 DB 52 32
Octal 27 137 350 132 73 0 11 333 122 62
Binary 10111 1011111 11101000 1011010 111011 0 1001 11011011 1010010 110010

Color Harmonies of #175FE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #175FE8

Black with #175FE8

Text Example


Text Example

White with #175FE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,95,232); }

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

background-color css

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

 a { background-color: rgb(23,95,232); }

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

border-color css

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

 span { border-color: rgb(23,95,232); }

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