#15235F

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

Shades of Sapphire #15235F

Tints of Sapphire #15235F

Color information

#15235F (or 0x15235F) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 5F. RGB value is (21,35,95). Sum of RGB (Red+Green+Blue) = 21+35+95=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 35 (14.06% from 255 or 23.18% from 151); Blue value is 95 (37.5% from 255 or 62.91% from 151); Max value from RGB is 95 - color contains mainly: blue. Hex color #15235F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15235F is #EADCA0. Grayscale: #252525. Windows color (decimal): -15391905 or 6234901. OLE color: 6234901.

HSL color Cylindrical-coordinate representation of color #15235F: hue angle of 228.65º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15235F is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB213595-
CMYK0.780.6300.63
HSL228.65º63.79%22.75%-
HSV(B)228.65º77.89%37.25%-
XYZ2.982.1911.09-
YUV37.65160.36116.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 35 (14.06% from 255) = 23.18%
BLUE value IS 95 (37.5% from 255) = 62.91%
R=13.91%
G=23.18%
B=62.91%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2135950.780.6300.63228.6563.7922.75
Hex15235F4E3F03Fe54017
Octal25431371167707734510027
Binary1010110001110111111001110111111011111111100101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15235F; }

 p { color: rgb(21,35,95); }

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

<style>
 a { background-color: #15235F; }

 a { background-color: rgb(21,35,95); }

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

<style>
 span { border-color: #15235F; }

 span { border-color: rgb(21,35,95); }

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