#172C5A

Color #172C5A Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #172C5A

Tints of Sapphire #172C5A

Color information

#172C5A (or 0x172C5A) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 5A. RGB value is (23,44,90). Sum of RGB (Red+Green+Blue) = 23+44+90=157 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.65% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 90 (35.55% from 255 or 57.32% from 157); Max value from RGB is 90 - color contains mainly: blue. Hex color #172C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C5A is #E8D3A5. Grayscale: #2A2A2A. Windows color (decimal): -15258534 or 5909527. OLE color: 5909527.

HSL color Cylindrical-coordinate representation of color #172C5A: hue angle of 221.19º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #172C5A is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234490-
CMYK0.740.5100.65
HSL221.19º59.29%22.16%-
HSV(B)221.19º74.44%35.29%-
XYZ3.12.7210.03-
YUV42.96154.54113.76-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.65%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 90 (35.55% from 255) = 57.32%
R=14.65%
G=28.03%
B=57.32%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2344900.740.5100.65221.1959.2922.16
Hex172C5A4A33041dd3b16
Octal27541321126301013357326
Binary1011110110010110101001010110011010000011101110111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #172C5A;
 }
 .AnyTagClassName
 {
   color: #172C5A;
 }
</style>
background-color css

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

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

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

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

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

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