Html Css Color HEX #173060 Sapphire

📋 copy color: '#173060'

red 23 ◦ green 48 ◦ blue 96

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

Shades of Sapphire #173060

Tints of Sapphire #173060

RGB

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

 GREEN value IS 48 (19.14% from 255) = 28.74%

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

R = 13.77%
G = 28.74%
B = 57.49%

CMYK

 C value IS 0.76

 M value IS 0.50

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#173060 (or 0x173060) is known color: Sapphire. HEX triplet: 17, 30 and 60. RGB value is (23,48,96). Sum of RGB (Red+Green+Blue) = 23+48+96=167 (22% of max value = 765). Red value is 23 (9.38% from 255 or 13.77% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #173060 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173060 is #E8CF9F. Grayscale: #2D2D2D. Windows color (decimal): -15257504 or 6303767. OLE color: 6303767.

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

Color convert

RGB 23 48 96 -
CMYK 0.76 0.50 0 0.62
HSL 219.45º 0.61% 0.23% -
HSV(B) 219.45º 0.76% 0.38% -
XYZ 3.52 3.14 11.49 -
YUV 46 156.22 111.6 -
System Red Green Blue C M Y K H S L
Decimal 23 48 96 0.76 0.50 0 0.62 219.45 0.61 0.23
Hex 17 30 60 4C 32 0 3E DB 3D 17
Octal 27 60 140 114 62 0 76 333 75 27
Binary 10111 110000 1100000 1001100 110010 0 111110 11011011 111101 10111

Color Harmonies of #173060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173060

Black with #173060

Text Example


Text Example

White with #173060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173060; }

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

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

background-color css

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

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

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

border-color css

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

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

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