Html Css Color HEX #173274 Sapphire

📋 copy color: '#173274'

red 23 ◦ green 50 ◦ blue 116

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

Shades of Sapphire #173274

Tints of Sapphire #173274

RGB

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

 GREEN value IS 50 (19.92% from 255) = 26.46%

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

R = 12.17%
G = 26.46%
B = 61.38%

CMYK

 C value IS 0.80

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173274 (or 0x173274) is known color: Sapphire. HEX triplet: 17, 32 and 74. RGB value is (23,50,116). Sum of RGB (Red+Green+Blue) = 23+50+116=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 116 (45.70% from 255 or 61.38% from 189); Max value from RGB is 116 - color contains mainly: blue. Hex color #173274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173274 is #E8CD8B. Grayscale: #313131. Windows color (decimal): -15256972 or 7614999. OLE color: 7614999.

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

Color convert

RGB 23 50 116 -
CMYK 0.80 0.57 0 0.55
HSL 222.58º 0.67% 0.27% -
HSV(B) 222.58º 0.8% 0.45% -
XYZ 4.65 3.72 17 -
YUV 49.45 165.55 109.13 -
System Red Green Blue C M Y K H S L
Decimal 23 50 116 0.80 0.57 0 0.55 222.58 0.67 0.27
Hex 17 32 74 50 39 0 37 DF 43 1B
Octal 27 62 164 120 71 0 67 337 103 33
Binary 10111 110010 1110100 1010000 111001 0 110111 11011111 1000011 11011

Color Harmonies of #173274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173274

Black with #173274

Text Example


Text Example

White with #173274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173274; }

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

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

background-color css

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

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

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

border-color css

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

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

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