#17245D

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

Shades of Sapphire #17245D

Tints of Sapphire #17245D

Color information

#17245D (or 0x17245D) is unknown color: approx Sapphire. HEX triplet: 17, 24 and 5D. RGB value is (23,36,93). Sum of RGB (Red+Green+Blue) = 23+36+93=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 36 (14.45% from 255 or 23.68% from 152); Blue value is 93 (36.72% from 255 or 61.18% from 152); Max value from RGB is 93 - color contains mainly: blue. Hex color #17245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17245D is #E8DBA2. Grayscale: #262626. Windows color (decimal): -15260579 or 6104087. OLE color: 6104087.

HSL color Cylindrical-coordinate representation of color #17245D: hue angle of 228.86º degrees, saturation: 0.6, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #17245D is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB233693-
CMYK0.750.6100.64
HSL228.86º60.34%22.75%-
HSV(B)228.86º75.27%36.47%-
XYZ2.962.2310.63-
YUV38.61158.69116.87-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 36 (14.45% from 255) = 23.68%
BLUE value IS 93 (36.72% from 255) = 61.18%
R=15.13%
G=23.68%
B=61.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2336930.750.6100.64228.8660.3422.75
Hex17245D4B3D040e53c17
Octal27441351137501003457427
Binary1011110010010111011001011111101010000001110010111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17245D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17245D; }

 p { color: rgb(23,36,93); }

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

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

 a { background-color: rgb(23,36,93); }

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

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

 span { border-color: rgb(23,36,93); }

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