#17235B

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

Shades of Sapphire #17235B

Tints of Sapphire #17235B

Color information

#17235B (or 0x17235B) is unknown color: approx Sapphire. HEX triplet: 17, 23 and 5B. RGB value is (23,35,91). Sum of RGB (Red+Green+Blue) = 23+35+91=149 (19% of max value = 765). Red value is 23 (9.38% from 255 or 15.44% from 149); Green value is 35 (14.06% from 255 or 23.49% from 149); Blue value is 91 (35.94% from 255 or 61.07% from 149); Max value from RGB is 91 - color contains mainly: blue. Hex color #17235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #17235B is #E8DCA4. Grayscale: #252525. Windows color (decimal): -15260837 or 5972759. OLE color: 5972759.

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

Color convert

RGB233591-
CMYK0.750.6200.64
HSL229.41º59.65%22.35%-
HSV(B)229.41º74.73%35.69%-
XYZ2.842.1410.16-
YUV37.8158.02117.45-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 15.44%
GREEN value IS 35 (14.06% from 255) = 23.49%
BLUE value IS 91 (35.94% from 255) = 61.07%
R=15.44%
G=23.49%
B=61.07%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2335910.750.6200.64229.4159.6522.35
Hex17235B4B3E040e53c16
Octal27431331137601003457426
Binary1011110001110110111001011111110010000001110010111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #17235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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