Html Css Color HEX #173474 Sapphire

📋 copy color: '#173474'

red 23 ◦ green 52 ◦ blue 116

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

Shades of Sapphire #173474

Tints of Sapphire #173474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 60.73%

R = 12.04%
G = 27.23%
B = 60.73%

CMYK

 C value IS 0.80

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173474 (or 0x173474) is known color: Sapphire. HEX triplet: 17, 34 and 74. RGB value is (23,52,116). Sum of RGB (Red+Green+Blue) = 23+52+116=191 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.04% from 191); Green value is 52 (20.70% from 255 or 27.23% from 191); Blue value is 116 (45.70% from 255 or 60.73% from 191); Max value from RGB is 116 - color contains mainly: blue. Hex color #173474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173474 is #E8CB8B. Grayscale: #323232. Windows color (decimal): -15256460 or 7615511. OLE color: 7615511.

HSL color Cylindrical-coordinate representation of color #173474: hue angle of 221.29º 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 #173474 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 23 52 116 -
CMYK 0.80 0.55 0 0.55
HSL 221.29º 0.67% 0.27% -
HSV(B) 221.29º 0.8% 0.45% -
XYZ 4.73 3.9 17.03 -
YUV 50.63 164.89 108.3 -
System Red Green Blue C M Y K H S L
Decimal 23 52 116 0.80 0.55 0 0.55 221.29 0.67 0.27
Hex 17 34 74 50 37 0 37 DD 43 1B
Octal 27 64 164 120 67 0 67 335 103 33
Binary 10111 110100 1110100 1010000 110111 0 110111 11011101 1000011 11011

Color Harmonies of #173474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173474

Black with #173474

Text Example


Text Example

White with #173474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173474; }

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

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

background-color css

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

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

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

border-color css

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

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

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