Html Css Color HEX #173376 Sapphire

📋 copy color: '#173376'

red 23 ◦ green 51 ◦ blue 118

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

Shades of Sapphire #173376

Tints of Sapphire #173376

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.56%

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

R = 11.98%
G = 26.56%
B = 61.46%

CMYK

 C value IS 0.81

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173376 (or 0x173376) is known color: Sapphire. HEX triplet: 17, 33 and 76. RGB value is (23,51,118). Sum of RGB (Red+Green+Blue) = 23+51+118=192 (25% of max value = 765). Red value is 23 (9.38% from 255 or 11.98% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 118 (46.48% from 255 or 61.46% from 192); Max value from RGB is 118 - color contains mainly: blue. Hex color #173376 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173376 is #E8CC89. Grayscale: #313131. Windows color (decimal): -15256714 or 7746327. OLE color: 7746327.

HSL color Cylindrical-coordinate representation of color #173376: hue angle of 222.32º 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 #173376 is Cyan = 0.81, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 23 51 118 -
CMYK 0.81 0.57 0 0.54
HSL 222.32º 0.67% 0.28% -
HSV(B) 222.32º 0.81% 0.46% -
XYZ 4.81 3.86 17.63 -
YUV 50.27 166.22 108.55 -
System Red Green Blue C M Y K H S L
Decimal 23 51 118 0.81 0.57 0 0.54 222.32 0.67 0.28
Hex 17 33 76 51 39 0 36 DE 43 1C
Octal 27 63 166 121 71 0 66 336 103 34
Binary 10111 110011 1110110 1010001 111001 0 110110 11011110 1000011 11100

Color Harmonies of #173376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173376

Black with #173376

Text Example


Text Example

White with #173376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173376; }

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

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

background-color css

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

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

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

border-color css

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

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

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