Html Css Color HEX #173373 Sapphire

📋 copy color: '#173373'

red 23 ◦ green 51 ◦ blue 115

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

Shades of Sapphire #173373

Tints of Sapphire #173373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 60.85%

R = 12.17%
G = 26.98%
B = 60.85%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173373 (or 0x173373) is known color: Sapphire. HEX triplet: 17, 33 and 73. RGB value is (23,51,115). Sum of RGB (Red+Green+Blue) = 23+51+115=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #173373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173373 is #E8CC8C. Grayscale: #313131. Windows color (decimal): -15256717 or 7549719. OLE color: 7549719.

HSL color Cylindrical-coordinate representation of color #173373: hue angle of 221.74º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #173373 is Cyan = 0.80, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 51 115 -
CMYK 0.80 0.56 0 0.55
HSL 221.74º 0.67% 0.27% -
HSV(B) 221.74º 0.8% 0.45% -
XYZ 4.63 3.79 16.71 -
YUV 49.92 164.72 108.8 -
System Red Green Blue C M Y K H S L
Decimal 23 51 115 0.80 0.56 0 0.55 221.74 0.67 0.27
Hex 17 33 73 50 38 0 37 DE 43 1B
Octal 27 63 163 120 70 0 67 336 103 33
Binary 10111 110011 1110011 1010000 111000 0 110111 11011110 1000011 11011

Color Harmonies of #173373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173373

Black with #173373

Text Example


Text Example

White with #173373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173373; }

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

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

background-color css

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

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

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

border-color css

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

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

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