Html Css Color HEX #172971 Sapphire

📋 copy color: '#172971'

red 23 ◦ green 41 ◦ blue 113

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

Shades of Sapphire #172971

Tints of Sapphire #172971

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.16%

 BLUE value IS 113 (44.53% from 255) = 63.84%

R = 12.99%
G = 23.16%
B = 63.84%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#172971 (or 0x172971) is known color: Sapphire. HEX triplet: 17, 29 and 71. RGB value is (23,41,113). Sum of RGB (Red+Green+Blue) = 23+41+113=177 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.99% from 177); Green value is 41 (16.41% from 255 or 23.16% from 177); Blue value is 113 (44.53% from 255 or 63.84% from 177); Max value from RGB is 113 - color contains mainly: blue. Hex color #172971 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172971 is #E8D68E. Grayscale: #2B2B2B. Windows color (decimal): -15259279 or 7416087. OLE color: 7416087.

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

Color convert

RGB 23 41 113 -
CMYK 0.80 0.64 0 0.56
HSL 228º 0.66% 0.27% -
HSV(B) 228º 0.8% 0.44% -
XYZ 4.13 2.96 15.98 -
YUV 43.83 167.04 113.15 -
System Red Green Blue C M Y K H S L
Decimal 23 41 113 0.80 0.64 0 0.56 228 0.66 0.27
Hex 17 29 71 50 40 0 38 E4 42 1B
Octal 27 51 161 120 100 0 70 344 102 33
Binary 10111 101001 1110001 1010000 1000000 0 111000 11100100 1000010 11011

Color Harmonies of #172971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172971

Black with #172971

Text Example


Text Example

White with #172971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172971; }

 p { color: rgb(23,41,113); }

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

background-color css

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

 a { background-color: rgb(23,41,113); }

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

border-color css

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

 span { border-color: rgb(23,41,113); }

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