#172C77

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

Shades of Sapphire #172C77

Tints of Sapphire #172C77

Color information

#172C77 (or 0x172C77) is unknown color: approx Sapphire. HEX triplet: 17, 2C and 77. RGB value is (23,44,119). Sum of RGB (Red+Green+Blue) = 23+44+119=186 (24% of max value = 765). Red value is 23 (9.38% from 255 or 12.37% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 119 (46.88% from 255 or 63.98% from 186); Max value from RGB is 119 - color contains mainly: blue. Hex color #172C77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172C77 is #E8D388. Grayscale: #2D2D2D. Windows color (decimal): -15258505 or 7810071. OLE color: 7810071.

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

Color convert

RGB2344119-
CMYK0.810.6300.53
HSL226.88º67.61%27.84%-
HSV(B)226.88º80.67%46.67%-
XYZ4.583.3217.85-
YUV46.27169.04111.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 12.37%
GREEN value IS 44 (17.58% from 255) = 23.66%
BLUE value IS 119 (46.88% from 255) = 63.98%
R=12.37%
G=23.66%
B=63.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal23441190.810.6300.53226.8867.6127.84
Hex172C77513F035e3441c
Octal27541671217706534310434
Binary1011110110011101111010001111111011010111100011100010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172C77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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