#172A75

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

Shades of Sapphire #172A75

Tints of Sapphire #172A75

Color information

#172A75 (or 0x172A75) is unknown color: approx Sapphire. HEX triplet: 17, 2A and 75. RGB value is (23,42,117). Sum of RGB (Red+Green+Blue) = 23+42+117=182 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.64% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 117 (46.09% from 255 or 64.29% from 182); Max value from RGB is 117 - color contains mainly: blue. Hex color #172A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172A75 is #E8D58A. Grayscale: #2C2C2C. Windows color (decimal): -15259019 or 7678487. OLE color: 7678487.

HSL color Cylindrical-coordinate representation of color #172A75: hue angle of 227.87º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #172A75 is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2342117-
CMYK0.800.6400.54
HSL227.87º67.14%27.45%-
HSV(B)227.87º80.34%45.88%-
XYZ4.393.1217.2-
YUV44.87168.71112.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.64%
GREEN value IS 42 (16.80% from 255) = 23.08%
BLUE value IS 117 (46.09% from 255) = 64.29%
R=12.64%
G=23.08%
B=64.29%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23421170.800.6400.54227.8767.1427.45
Hex172A755040036e4431b
Octal275216512010006634410333
Binary10111101010111010110100001000000011011011100100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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