Html Css Color HEX #172C56 Sapphire

📋 copy color: '#172C56'

red 23 ◦ green 44 ◦ blue 86

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

Shades of Sapphire #172C56

Tints of Sapphire #172C56

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.76%

 BLUE value IS 86 (33.98% from 255) = 56.21%

R = 15.03%
G = 28.76%
B = 56.21%

CMYK

 C value IS 0.73

 M value IS 0.49

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#172C56 (or 0x172C56) is known color: Sapphire. HEX triplet: 17, 2C and 56. RGB value is (23,44,86). Sum of RGB (Red+Green+Blue) = 23+44+86=153 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.03% from 153); Green value is 44 (17.58% from 255 or 28.76% from 153); Blue value is 86 (33.98% from 255 or 56.21% from 153); Max value from RGB is 86 - color contains mainly: blue. Hex color #172C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C56 is #E8D3A9. Grayscale: #2A2A2A. Windows color (decimal): -15258538 or 5647383. OLE color: 5647383.

HSL color Cylindrical-coordinate representation of color #172C56: hue angle of 220º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172C56 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 23 44 86 -
CMYK 0.73 0.49 0 0.66
HSL 220º 0.58% 0.21% -
HSV(B) 220º 0.73% 0.34% -
XYZ 2.93 2.66 9.16 -
YUV 42.51 152.54 114.08 -
System Red Green Blue C M Y K H S L
Decimal 23 44 86 0.73 0.49 0 0.66 220 0.58 0.21
Hex 17 2C 56 49 31 0 42 DC 3A 15
Octal 27 54 126 111 61 0 102 334 72 25
Binary 10111 101100 1010110 1001001 110001 0 1000010 11011100 111010 10101

Color Harmonies of #172C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #172C56

Black with #172C56

Text Example


Text Example

White with #172C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(23,44,86); }

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

background-color css

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

 a { background-color: rgb(23,44,86); }

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

border-color css

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

 span { border-color: rgb(23,44,86); }

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