#172954

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

Shades of Sapphire #172954

Tints of Sapphire #172954

Color information

#172954 (or 0x172954) is unknown color: approx Sapphire. HEX triplet: 17, 29 and 54. RGB value is (23,41,84). Sum of RGB (Red+Green+Blue) = 23+41+84=148 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.54% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 84 (33.20% from 255 or 56.76% from 148); Max value from RGB is 84 - color contains mainly: blue. Hex color #172954 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #172954 is #E8D6AB. Grayscale: #282828. Windows color (decimal): -15259308 or 5515543. OLE color: 5515543.

HSL color Cylindrical-coordinate representation of color #172954: hue angle of 222.3º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #172954 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB234184-
CMYK0.730.5100.67
HSL222.3º57.01%20.98%-
HSV(B)222.3º72.62%32.94%-
XYZ2.752.418.71-
YUV40.52152.54115.5-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.54%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 84 (33.20% from 255) = 56.76%
R=15.54%
G=27.70%
B=56.76%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2341840.730.5100.67222.357.0120.98
Hex1729544933043de3915
Octal27511241116301033367125
Binary1011110100110101001001001110011010000111101111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #172954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #172954; }

 p { color: rgb(23,41,84); }

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

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

 a { background-color: rgb(23,41,84); }

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

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

 span { border-color: rgb(23,41,84); }

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