Html Css Color HEX #172361 Sapphire

📋 copy color: '#172361'

red 23 ◦ green 35 ◦ blue 97

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

Shades of Sapphire #172361

Tints of Sapphire #172361

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.58%

 BLUE value IS 97 (38.28% from 255) = 62.58%

R = 14.84%
G = 22.58%
B = 62.58%

CMYK

 C value IS 0.76

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172361 (or 0x172361) is known color: Sapphire. HEX triplet: 17, 23 and 61. RGB value is (23,35,97). Sum of RGB (Red+Green+Blue) = 23+35+97=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 35 (14.06% from 255 or 22.58% from 155); Blue value is 97 (38.28% from 255 or 62.58% from 155); Max value from RGB is 97 - color contains mainly: blue. Hex color #172361 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172361 is #E8DC9E. Grayscale: #262626. Windows color (decimal): -15260831 or 6365975. OLE color: 6365975.

HSL color Cylindrical-coordinate representation of color #172361: hue angle of 230.27º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #172361 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 35 97 -
CMYK 0.76 0.64 0 0.62
HSL 230.27º 0.62% 0.24% -
HSV(B) 230.27º 0.76% 0.38% -
XYZ 3.11 2.25 11.58 -
YUV 38.48 161.02 116.96 -
System Red Green Blue C M Y K H S L
Decimal 23 35 97 0.76 0.64 0 0.62 230.27 0.62 0.24
Hex 17 23 61 4C 40 0 3E E6 3E 18
Octal 27 43 141 114 100 0 76 346 76 30
Binary 10111 100011 1100001 1001100 1000000 0 111110 11100110 111110 11000

Color Harmonies of #172361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172361

Black with #172361

Text Example


Text Example

White with #172361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172361; }

 p { color: rgb(23,35,97); }

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

background-color css

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

 a { background-color: rgb(23,35,97); }

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

border-color css

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

 span { border-color: rgb(23,35,97); }

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