Html Css Color HEX #173476 Sapphire

📋 copy color: '#173476'

red 23 ◦ green 52 ◦ blue 118

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

Shades of Sapphire #173476

Tints of Sapphire #173476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.94%

 BLUE value IS 118 (46.48% from 255) = 61.14%

R = 11.92%
G = 26.94%
B = 61.14%

CMYK

 C value IS 0.81

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173476 (or 0x173476) is known color: Sapphire. HEX triplet: 17, 34 and 76. RGB value is (23,52,118). Sum of RGB (Red+Green+Blue) = 23+52+118=193 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.92% from 193); Green value is 52 (20.70% from 255 or 26.94% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #173476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173476 is #E8CB89. Grayscale: #323232. Windows color (decimal): -15256458 or 7746583. OLE color: 7746583.

HSL color Cylindrical-coordinate representation of color #173476: hue angle of 221.68º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #173476 is Cyan = 0.81, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 52 118 -
CMYK 0.81 0.56 0 0.54
HSL 221.68º 0.67% 0.28% -
HSV(B) 221.68º 0.81% 0.46% -
XYZ 4.85 3.95 17.65 -
YUV 50.85 165.89 108.13 -
System Red Green Blue C M Y K H S L
Decimal 23 52 118 0.81 0.56 0 0.54 221.68 0.67 0.28
Hex 17 34 76 51 38 0 36 DE 43 1C
Octal 27 64 166 121 70 0 66 336 103 34
Binary 10111 110100 1110110 1010001 111000 0 110110 11011110 1000011 11100

Color Harmonies of #173476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173476

Black with #173476

Text Example


Text Example

White with #173476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173476; }

 p { color: rgb(23,52,118); }

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

background-color css

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

 a { background-color: rgb(23,52,118); }

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

border-color css

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

 span { border-color: rgb(23,52,118); }

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