#172D6A

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

Shades of Sapphire #172D6A

Tints of Sapphire #172D6A

Color information

#172D6A (or 0x172D6A) is unknown color: approx Sapphire. HEX triplet: 17, 2D and 6A. RGB value is (23,45,106). Sum of RGB (Red+Green+Blue) = 23+45+106=174 (23% of max value = 765). Red value is 23 (9.38% from 255 or 13.22% from 174); Green value is 45 (17.97% from 255 or 25.86% from 174); Blue value is 106 (41.80% from 255 or 60.92% from 174); Max value from RGB is 106 - color contains mainly: blue. Hex color #172D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172D6A is #E8D295. Grayscale: #2D2D2D. Windows color (decimal): -15258262 or 6958359. OLE color: 6958359.

HSL color Cylindrical-coordinate representation of color #172D6A: hue angle of 224.1º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #172D6A is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2345106-
CMYK0.780.5800.58
HSL224.1º64.34%25.29%-
HSV(B)224.1º78.3%41.57%-
XYZ3.893.114.03-
YUV45.38162.21112.04-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 13.22%
GREEN value IS 45 (17.97% from 255) = 25.86%
BLUE value IS 106 (41.80% from 255) = 60.92%
R=13.22%
G=25.86%
B=60.92%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal23451060.780.5800.58224.164.3425.29
Hex172D6A4E3A03Ae04019
Octal27551521167207234010031
Binary1011110110111010101001110111010011101011100000100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172D6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(23,45,106); }

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

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

 a { background-color: rgb(23,45,106); }

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

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

 span { border-color: rgb(23,45,106); }

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