Html Css Color HEX #173168 Sapphire

📋 copy color: '#173168'

red 23 ◦ green 49 ◦ blue 104

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

Shades of Sapphire #173168

Tints of Sapphire #173168

RGB

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

 GREEN value IS 49 (19.53% from 255) = 27.84%

 BLUE value IS 104 (41.02% from 255) = 59.09%

R = 13.07%
G = 27.84%
B = 59.09%

CMYK

 C value IS 0.78

 M value IS 0.53

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#173168 (or 0x173168) is known color: Sapphire. HEX triplet: 17, 31 and 68. RGB value is (23,49,104). Sum of RGB (Red+Green+Blue) = 23+49+104=176 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.07% from 176); Green value is 49 (19.53% from 255 or 27.84% from 176); Blue value is 104 (41.02% from 255 or 59.09% from 176); Max value from RGB is 104 - color contains mainly: blue. Hex color #173168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173168 is #E8CE97. Grayscale: #2F2F2F. Windows color (decimal): -15257240 or 6828311. OLE color: 6828311.

HSL color Cylindrical-coordinate representation of color #173168: hue angle of 220.74º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #173168 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 23 49 104 -
CMYK 0.78 0.53 0 0.59
HSL 220.74º 0.64% 0.25% -
HSV(B) 220.74º 0.78% 0.41% -
XYZ 3.95 3.38 13.54 -
YUV 47.5 159.89 110.53 -
System Red Green Blue C M Y K H S L
Decimal 23 49 104 0.78 0.53 0 0.59 220.74 0.64 0.25
Hex 17 31 68 4E 35 0 3B DD 40 19
Octal 27 61 150 116 65 0 73 335 100 31
Binary 10111 110001 1101000 1001110 110101 0 111011 11011101 1000000 11001

Color Harmonies of #173168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173168

Black with #173168

Text Example


Text Example

White with #173168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173168; }

 p { color: rgb(23,49,104); }

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

background-color css

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

 a { background-color: rgb(23,49,104); }

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

border-color css

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

 span { border-color: rgb(23,49,104); }

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