Html Css Color HEX #173574 Sapphire

📋 copy color: '#173574'

red 23 ◦ green 53 ◦ blue 116

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

Shades of Sapphire #173574

Tints of Sapphire #173574

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.6%

 BLUE value IS 116 (45.7% from 255) = 60.42%

R = 11.98%
G = 27.6%
B = 60.42%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173574 (or 0x173574) is known color: Sapphire. HEX triplet: 17, 35 and 74. RGB value is (23,53,116). Sum of RGB (Red+Green+Blue) = 23+53+116=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 116 (45.70% from 255 or 60.42% from 192); Max value from RGB is 116 - color contains mainly: blue. Hex color #173574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173574 is #E8CA8B. Grayscale: #323232. Windows color (decimal): -15256204 or 7615767. OLE color: 7615767.

HSL color Cylindrical-coordinate representation of color #173574: hue angle of 220.65º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173574 is Cyan = 0.80, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 53 116 -
CMYK 0.80 0.54 0 0.55
HSL 220.65º 0.67% 0.27% -
HSV(B) 220.65º 0.8% 0.45% -
XYZ 4.78 3.99 17.04 -
YUV 51.21 164.56 107.88 -
System Red Green Blue C M Y K H S L
Decimal 23 53 116 0.80 0.54 0 0.55 220.65 0.67 0.27
Hex 17 35 74 50 36 0 37 DD 43 1B
Octal 27 65 164 120 66 0 67 335 103 33
Binary 10111 110101 1110100 1010000 110110 0 110111 11011101 1000011 11011

Color Harmonies of #173574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173574

Black with #173574

Text Example


Text Example

White with #173574

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173574; }

 p { color: rgb(23,53,116); }

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

background-color css

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

 a { background-color: rgb(23,53,116); }

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

border-color css

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

 span { border-color: rgb(23,53,116); }

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