Html Css Color HEX #173570 Sapphire

📋 copy color: '#173570'

red 23 ◦ green 53 ◦ blue 112

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

Shades of Sapphire #173570

Tints of Sapphire #173570

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 59.57%

R = 12.23%
G = 28.19%
B = 59.57%

CMYK

 C value IS 0.79

 M value IS 0.53

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#173570 (or 0x173570) is known color: Sapphire. HEX triplet: 17, 35 and 70. RGB value is (23,53,112). Sum of RGB (Red+Green+Blue) = 23+53+112=188 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.23% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 112 (44.14% from 255 or 59.57% from 188); Max value from RGB is 112 - color contains mainly: blue. Hex color #173570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #173570 is #E8CA8F. Grayscale: #323232. Windows color (decimal): -15256208 or 7353623. OLE color: 7353623.

HSL color Cylindrical-coordinate representation of color #173570: hue angle of 219.78º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #173570 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 23 53 112 -
CMYK 0.79 0.53 0 0.56
HSL 219.78º 0.66% 0.26% -
HSV(B) 219.78º 0.79% 0.44% -
XYZ 4.55 3.9 15.84 -
YUV 50.76 162.56 108.2 -
System Red Green Blue C M Y K H S L
Decimal 23 53 112 0.79 0.53 0 0.56 219.78 0.66 0.26
Hex 17 35 70 4F 35 0 38 DC 42 1A
Octal 27 65 160 117 65 0 70 334 102 32
Binary 10111 110101 1110000 1001111 110101 0 111000 11011100 1000010 11010

Color Harmonies of #173570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #173570

Black with #173570

Text Example


Text Example

White with #173570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #173570; }

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

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

background-color css

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

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

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

border-color css

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

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

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