Html Css Color HEX #172660 Sapphire

📋 copy color: '#172660'

red 23 ◦ green 38 ◦ blue 96

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

Shades of Sapphire #172660

Tints of Sapphire #172660

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.2%

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

R = 14.65%
G = 24.2%
B = 61.15%

CMYK

 C value IS 0.76

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#172660 (or 0x172660) is known color: Sapphire. HEX triplet: 17, 26 and 60. RGB value is (23,38,96). Sum of RGB (Red+Green+Blue) = 23+38+96=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 96 (37.89% from 255 or 61.15% from 157); Max value from RGB is 96 - color contains mainly: blue. Hex color #172660 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172660 is #E8D99F. Grayscale: #272727. Windows color (decimal): -15260064 or 6301207. OLE color: 6301207.

HSL color Cylindrical-coordinate representation of color #172660: hue angle of 227.67º 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 #172660 is Cyan = 0.76, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 23 38 96 -
CMYK 0.76 0.60 0 0.62
HSL 227.67º 0.61% 0.23% -
HSV(B) 227.67º 0.76% 0.38% -
XYZ 3.16 2.41 11.37 -
YUV 40.13 159.53 115.78 -
System Red Green Blue C M Y K H S L
Decimal 23 38 96 0.76 0.60 0 0.62 227.67 0.61 0.23
Hex 17 26 60 4C 3C 0 3E E4 3D 17
Octal 27 46 140 114 74 0 76 344 75 27
Binary 10111 100110 1100000 1001100 111100 0 111110 11100100 111101 10111

Color Harmonies of #172660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172660

Black with #172660

Text Example


Text Example

White with #172660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172660; }

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

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

background-color css

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

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

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

border-color css

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

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

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