Html Css Color HEX #173275 Sapphire

📋 copy color: '#173275'

red 23 ◦ green 50 ◦ blue 117

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

Shades of Sapphire #173275

Tints of Sapphire #173275

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.32%

 BLUE value IS 117 (46.09% from 255) = 61.58%

R = 12.11%
G = 26.32%
B = 61.58%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173275 (or 0x173275) is known color: Sapphire. HEX triplet: 17, 32 and 75. RGB value is (23,50,117). Sum of RGB (Red+Green+Blue) = 23+50+117=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 50 (19.92% from 255 or 26.32% from 190); Blue value is 117 (46.09% from 255 or 61.58% from 190); Max value from RGB is 117 - color contains mainly: blue. Hex color #173275 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173275 is #E8CD8A. Grayscale: #313131. Windows color (decimal): -15256971 or 7680535. OLE color: 7680535.

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

Color convert

RGB 23 50 117 -
CMYK 0.80 0.57 0 0.54
HSL 222.77º 0.67% 0.27% -
HSV(B) 222.77º 0.8% 0.46% -
XYZ 4.7 3.75 17.31 -
YUV 49.57 166.05 109.05 -
System Red Green Blue C M Y K H S L
Decimal 23 50 117 0.80 0.57 0 0.54 222.77 0.67 0.27
Hex 17 32 75 50 39 0 36 DF 43 1B
Octal 27 62 165 120 71 0 66 337 103 33
Binary 10111 110010 1110101 1010000 111001 0 110110 11011111 1000011 11011

Color Harmonies of #173275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173275

Black with #173275

Text Example


Text Example

White with #173275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173275; }

 p { color: rgb(23,50,117); }

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

background-color css

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

 a { background-color: rgb(23,50,117); }

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

border-color css

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

 span { border-color: rgb(23,50,117); }

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