Html Css Color HEX #173576 Sapphire

📋 copy color: '#173576'

red 23 ◦ green 53 ◦ blue 118

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

Shades of Sapphire #173576

Tints of Sapphire #173576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 60.82%

R = 11.86%
G = 27.32%
B = 60.82%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173576 (or 0x173576) is known color: Sapphire. HEX triplet: 17, 35 and 76. RGB value is (23,53,118). Sum of RGB (Red+Green+Blue) = 23+53+118=194 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.86% from 194); Green value is 53 (21.09% from 255 or 27.32% from 194); Blue value is 118 (46.48% from 255 or 60.82% from 194); Max value from RGB is 118 - color contains mainly: blue. Hex color #173576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173576 is #E8CA89. Grayscale: #333333. Windows color (decimal): -15256202 or 7746839. OLE color: 7746839.

HSL color Cylindrical-coordinate representation of color #173576: hue angle of 221.05º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173576 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 53 118 -
CMYK 0.81 0.55 0 0.54
HSL 221.05º 0.67% 0.28% -
HSV(B) 221.05º 0.81% 0.46% -
XYZ 4.9 4.04 17.66 -
YUV 51.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 23 53 118 0.81 0.55 0 0.54 221.05 0.67 0.28
Hex 17 35 76 51 37 0 36 DD 43 1C
Octal 27 65 166 121 67 0 66 335 103 34
Binary 10111 110101 1110110 1010001 110111 0 110110 11011101 1000011 11100

Color Harmonies of #173576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173576

Black with #173576

Text Example


Text Example

White with #173576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173576; }

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

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

background-color css

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

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

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

border-color css

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

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

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