#15235B

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

Shades of Sapphire #15235B

Tints of Sapphire #15235B

Color information

#15235B (or 0x15235B) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 5B. RGB value is (21,35,91). Sum of RGB (Red+Green+Blue) = 21+35+91=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 35 (14.06% from 255 or 23.81% from 147); Blue value is 91 (35.94% from 255 or 61.90% from 147); Max value from RGB is 91 - color contains mainly: blue. Hex color #15235B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15235B is #EADCA4. Grayscale: #242424. Windows color (decimal): -15391909 or 5972757. OLE color: 5972757.

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

Color convert

RGB213591-
CMYK0.770.6200.64
HSL228º62.5%21.96%-
HSV(B)228º76.92%35.69%-
XYZ2.82.1210.16-
YUV37.2158.36116.45-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 35 (14.06% from 255) = 23.81%
BLUE value IS 91 (35.94% from 255) = 61.90%
R=14.29%
G=23.81%
B=61.90%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2135910.770.6200.6422862.521.96
Hex15235B4D3E040e43e16
Octal25431331157601003447626
Binary1010110001110110111001101111110010000001110010011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15235B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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