Html Css Color HEX #172D71 Sapphire

📋 copy color: '#172D71'

red 23 ◦ green 45 ◦ blue 113

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

Shades of Sapphire #172D71

Tints of Sapphire #172D71

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.86%

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

R = 12.71%
G = 24.86%
B = 62.43%

CMYK

 C value IS 0.80

 M value IS 0.60

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#172D71 (or 0x172D71) is known color: Sapphire. HEX triplet: 17, 2D and 71. RGB value is (23,45,113). Sum of RGB (Red+Green+Blue) = 23+45+113=181 (23% of max value = 765). Red value is 23 (9.38% from 255 or 12.71% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 113 (44.53% from 255 or 62.43% from 181); Max value from RGB is 113 - color contains mainly: blue. Hex color #172D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D71 is #E8D28E. Grayscale: #2D2D2D. Windows color (decimal): -15258255 or 7417111. OLE color: 7417111.

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

Color convert

RGB 23 45 113 -
CMYK 0.80 0.60 0 0.56
HSL 225.33º 0.66% 0.27% -
HSV(B) 225.33º 0.8% 0.44% -
XYZ 4.27 3.25 16.03 -
YUV 46.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 23 45 113 0.80 0.60 0 0.56 225.33 0.66 0.27
Hex 17 2D 71 50 3C 0 38 E1 42 1B
Octal 27 55 161 120 74 0 70 341 102 33
Binary 10111 101101 1110001 1010000 111100 0 111000 11100001 1000010 11011

Color Harmonies of #172D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172D71

Black with #172D71

Text Example


Text Example

White with #172D71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #172D71; }

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

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

background-color css

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

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

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

border-color css

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

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

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