#17265B

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

Shades of Sapphire #17265B

Tints of Sapphire #17265B

Color information

#17265B (or 0x17265B) is unknown color: approx Sapphire. HEX triplet: 17, 26 and 5B. RGB value is (23,38,91). Sum of RGB (Red+Green+Blue) = 23+38+91=152 (20% of max value = 765). Red value is 23 (9.38% from 255 or 15.13% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 91 (35.94% from 255 or 59.87% from 152); Max value from RGB is 91 - color contains mainly: blue. Hex color #17265B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17265B is #E8D9A4. Grayscale: #272727. Windows color (decimal): -15260069 or 5973527. OLE color: 5973527.

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

Color convert

RGB233891-
CMYK0.750.5800.64
HSL226.76º59.65%22.35%-
HSV(B)226.76º74.73%35.69%-
XYZ2.932.3210.19-
YUV39.56157.03116.19-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.13%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 91 (35.94% from 255) = 59.87%
R=15.13%
G=25%
B=59.87%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2338910.750.5800.64226.7659.6522.35
Hex17265B4B3A040e33c16
Octal27461331137201003437426
Binary1011110011010110111001011111010010000001110001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17265B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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