#172C7A

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

Shades of Sapphire #172C7A

Tints of Sapphire #172C7A

Color information

#172C7A (or 0x172C7A) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 7A. RGB value is (23,44,122). Sum of RGB (Red+Green+Blue) = 23+44+122=189 (25% of max value = 765). Red value is 23 (9.38% from 255 or 12.17% from 189); Green value is 44 (17.58% from 255 or 23.28% from 189); Blue value is 122 (48.05% from 255 or 64.55% from 189); Max value from RGB is 122 - color contains mainly: blue. Hex color #172C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C7A is #E8D385. Grayscale: #2E2E2E. Windows color (decimal): -15258502 or 8006679. OLE color: 8006679.

HSL color Cylindrical-coordinate representation of color #172C7A: hue angle of 227.27º degrees, saturation: 0.68, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #172C7A is Cyan = 0.81, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB2344122-
CMYK0.810.6400.52
HSL227.27º68.28%28.43%-
HSV(B)227.27º81.15%47.84%-
XYZ4.773.3918.82-
YUV46.61170.54111.16-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.17%
GREEN value IS 44 (17.58% from 255) = 23.28%
BLUE value IS 122 (48.05% from 255) = 64.55%
R=12.17%
G=23.28%
B=64.55%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal23441220.810.6400.52227.2768.2828.43
Hex172C7A5140034e3441c
Octal275417212110006434310434
Binary10111101100111101010100011000000011010011100011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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