Html Css Color HEX #173572 Sapphire

📋 copy color: '#173572'

red 23 ◦ green 53 ◦ blue 114

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

Shades of Sapphire #173572

Tints of Sapphire #173572

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.89%

 BLUE value IS 114 (44.92% from 255) = 60%

R = 12.11%
G = 27.89%
B = 60%

CMYK

 C value IS 0.80

 M value IS 0.54

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#173572 (or 0x173572) is known color: Sapphire. HEX triplet: 17, 35 and 72. RGB value is (23,53,114). Sum of RGB (Red+Green+Blue) = 23+53+114=190 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.11% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 114 (44.92% from 255 or 60% from 190); Max value from RGB is 114 - color contains mainly: blue. Hex color #173572 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173572 is #E8CA8D. Grayscale: #323232. Windows color (decimal): -15256206 or 7484695. OLE color: 7484695.

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

Color convert

RGB 23 53 114 -
CMYK 0.80 0.54 0 0.55
HSL 220.22º 0.66% 0.27% -
HSV(B) 220.22º 0.8% 0.45% -
XYZ 4.66 3.94 16.43 -
YUV 50.98 163.56 108.04 -
System Red Green Blue C M Y K H S L
Decimal 23 53 114 0.80 0.54 0 0.55 220.22 0.66 0.27
Hex 17 35 72 50 36 0 37 DC 42 1B
Octal 27 65 162 120 66 0 67 334 102 33
Binary 10111 110101 1110010 1010000 110110 0 110111 11011100 1000010 11011

Color Harmonies of #173572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173572

Black with #173572

Text Example


Text Example

White with #173572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173572; }

 p { color: rgb(23,53,114); }

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

background-color css

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

 a { background-color: rgb(23,53,114); }

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

border-color css

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

 span { border-color: rgb(23,53,114); }

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