#17255B

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

Shades of Sapphire #17255B

Tints of Sapphire #17255B

Color information

#17255B (or 0x17255B) is unknown color: approx Sapphire. HEX triplet: 17, 25 and 5B. RGB value is (23,37,91). Sum of RGB (Red+Green+Blue) = 23+37+91=151 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.23% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 91 (35.94% from 255 or 60.26% from 151); Max value from RGB is 91 - color contains mainly: blue. Hex color #17255B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17255B is #E8DAA4. Grayscale: #262626. Windows color (decimal): -15260325 or 5973271. OLE color: 5973271.

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

Color convert

RGB233791-
CMYK0.750.5900.64
HSL227.65º59.65%22.35%-
HSV(B)227.65º74.73%35.69%-
XYZ2.92.2610.18-
YUV38.97157.36116.61-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.23%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 91 (35.94% from 255) = 60.26%
R=15.23%
G=24.50%
B=60.26%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2337910.750.5900.64227.6559.6522.35
Hex17255B4B3B040e43c16
Octal27451331137301003447426
Binary1011110010110110111001011111011010000001110010011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17255B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #17255B; }

 p { color: rgb(23,37,91); }

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

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

 a { background-color: rgb(23,37,91); }

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

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

 span { border-color: rgb(23,37,91); }

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