Html Css Color HEX #173375 Sapphire

📋 copy color: '#173375'

red 23 ◦ green 51 ◦ blue 117

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

Shades of Sapphire #173375

Tints of Sapphire #173375

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 61.26%

R = 12.04%
G = 26.7%
B = 61.26%

CMYK

 C value IS 0.80

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#173375 (or 0x173375) is known color: Sapphire. HEX triplet: 17, 33 and 75. RGB value is (23,51,117). Sum of RGB (Red+Green+Blue) = 23+51+117=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #173375 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173375 is #E8CC8A. Grayscale: #313131. Windows color (decimal): -15256715 or 7680791. OLE color: 7680791.

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

Color convert

RGB 23 51 117 -
CMYK 0.80 0.56 0 0.54
HSL 222.13º 0.67% 0.27% -
HSV(B) 222.13º 0.8% 0.46% -
XYZ 4.75 3.83 17.32 -
YUV 50.15 165.72 108.63 -
System Red Green Blue C M Y K H S L
Decimal 23 51 117 0.80 0.56 0 0.54 222.13 0.67 0.27
Hex 17 33 75 50 38 0 36 DE 43 1B
Octal 27 63 165 120 70 0 66 336 103 33
Binary 10111 110011 1110101 1010000 111000 0 110110 11011110 1000011 11011

Color Harmonies of #173375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173375

Black with #173375

Text Example


Text Example

White with #173375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173375; }

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

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

background-color css

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

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

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

border-color css

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

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

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