#172A5A

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

Shades of Sapphire #172A5A

Tints of Sapphire #172A5A

Color information

#172A5A (or 0x172A5A) is unknown color: approx Sapphire. HEX triplet: 17, 2A and 5A. RGB value is (23,42,90). Sum of RGB (Red+Green+Blue) = 23+42+90=155 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.84% from 155); Green value is 42 (16.80% from 255 or 27.10% from 155); Blue value is 90 (35.55% from 255 or 58.06% from 155); Max value from RGB is 90 - color contains mainly: blue. Hex color #172A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A5A is #E8D5A5. Grayscale: #292929. Windows color (decimal): -15259046 or 5909015. OLE color: 5909015.

HSL color Cylindrical-coordinate representation of color #172A5A: hue angle of 222.99º 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 #172A5A is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB234290-
CMYK0.740.5300.65
HSL222.99º59.29%22.16%-
HSV(B)222.99º74.44%35.29%-
XYZ3.032.5810.01-
YUV41.79155.21114.6-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.84%
GREEN value IS 42 (16.80% from 255) = 27.10%
BLUE value IS 90 (35.55% from 255) = 58.06%
R=14.84%
G=27.10%
B=58.06%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2342900.740.5300.65222.9959.2922.16
Hex172A5A4A35041df3b16
Octal27521321126501013377326
Binary1011110101010110101001010110101010000011101111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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