Html Css Color HEX #172760 Sapphire

📋 copy color: '#172760'

red 23 ◦ green 39 ◦ blue 96

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

Shades of Sapphire #172760

Tints of Sapphire #172760

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.68%

 BLUE value IS 96 (37.89% from 255) = 60.76%

R = 14.56%
G = 24.68%
B = 60.76%

CMYK

 C value IS 0.76

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172760 (or 0x172760) is known color: Sapphire. HEX triplet: 17, 27 and 60. RGB value is (23,39,96). Sum of RGB (Red+Green+Blue) = 23+39+96=158 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.56% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 96 (37.89% from 255 or 60.76% from 158); Max value from RGB is 96 - color contains mainly: blue. Hex color #172760 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172760 is #E8D89F. Grayscale: #282828. Windows color (decimal): -15259808 or 6301463. OLE color: 6301463.

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

Color convert

RGB 23 39 96 -
CMYK 0.76 0.59 0 0.62
HSL 226.85º 0.61% 0.23% -
HSV(B) 226.85º 0.76% 0.38% -
XYZ 3.19 2.48 11.38 -
YUV 40.71 159.2 115.37 -
System Red Green Blue C M Y K H S L
Decimal 23 39 96 0.76 0.59 0 0.62 226.85 0.61 0.23
Hex 17 27 60 4C 3B 0 3E E3 3D 17
Octal 27 47 140 114 73 0 76 343 75 27
Binary 10111 100111 1100000 1001100 111011 0 111110 11100011 111101 10111

Color Harmonies of #172760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172760

Black with #172760

Text Example


Text Example

White with #172760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172760; }

 p { color: rgb(23,39,96); }

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

background-color css

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

 a { background-color: rgb(23,39,96); }

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

border-color css

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

 span { border-color: rgb(23,39,96); }

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