#17285D

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

Shades of Sapphire #17285D

Tints of Sapphire #17285D

Color information

#17285D (or 0x17285D) is unknown color: approx Sapphire. HEX triplet: 17, 28 and 5D. RGB value is (23,40,93). Sum of RGB (Red+Green+Blue) = 23+40+93=156 (20% of max value = 765). Red value is 23 (9.38% from 255 or 14.74% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #17285D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17285D is #E8D7A2. Grayscale: #282828. Windows color (decimal): -15259555 or 6105111. OLE color: 6105111.

HSL color Cylindrical-coordinate representation of color #17285D: hue angle of 225.43º 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 #17285D is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB234093-
CMYK0.750.5700.64
HSL225.43º60.34%22.75%-
HSV(B)225.43º75.27%36.47%-
XYZ3.092.4910.67-
YUV40.96157.37115.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 14.74%
GREEN value IS 40 (16.02% from 255) = 25.64%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=14.74%
G=25.64%
B=59.62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2340930.750.5700.64225.4360.3422.75
Hex17285D4B39040e13c17
Octal27501351137101003417427
Binary1011110100010111011001011111001010000001110000111110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17285D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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