Html Css Color HEX #173371 Sapphire

📋 copy color: '#173371'

red 23 ◦ green 51 ◦ blue 113

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

Shades of Sapphire #173371

Tints of Sapphire #173371

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 60.43%

R = 12.3%
G = 27.27%
B = 60.43%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173371 (or 0x173371) is known color: Sapphire. HEX triplet: 17, 33 and 71. RGB value is (23,51,113). Sum of RGB (Red+Green+Blue) = 23+51+113=187 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.30% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 113 (44.53% from 255 or 60.43% from 187); Max value from RGB is 113 - color contains mainly: blue. Hex color #173371 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173371 is #E8CC8E. Grayscale: #313131. Windows color (decimal): -15256719 or 7418647. OLE color: 7418647.

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

Color convert

RGB 23 51 113 -
CMYK 0.80 0.55 0 0.56
HSL 221.33º 0.66% 0.27% -
HSV(B) 221.33º 0.8% 0.44% -
XYZ 4.52 3.74 16.11 -
YUV 49.7 163.72 108.96 -
System Red Green Blue C M Y K H S L
Decimal 23 51 113 0.80 0.55 0 0.56 221.33 0.66 0.27
Hex 17 33 71 50 37 0 38 DD 42 1B
Octal 27 63 161 120 67 0 70 335 102 33
Binary 10111 110011 1110001 1010000 110111 0 111000 11011101 1000010 11011

Color Harmonies of #173371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173371

Black with #173371

Text Example


Text Example

White with #173371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173371; }

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

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

background-color css

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

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

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

border-color css

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

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

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