#15235C

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

Shades of Sapphire #15235C

Tints of Sapphire #15235C

Color information

#15235C (or 0x15235C) is unknown color: approx Sapphire. HEX triplet: 15, 23 and 5C. RGB value is (21,35,92). Sum of RGB (Red+Green+Blue) = 21+35+92=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 35 (14.06% from 255 or 23.65% from 148); Blue value is 92 (36.33% from 255 or 62.16% from 148); Max value from RGB is 92 - color contains mainly: blue. Hex color #15235C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15235C is #EADCA3. Grayscale: #252525. Windows color (decimal): -15391908 or 6038293. OLE color: 6038293.

HSL color Cylindrical-coordinate representation of color #15235C: hue angle of 228.17º degrees, saturation: 0.63, 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 #15235C is Cyan = 0.77, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213592-
CMYK0.770.6200.64
HSL228.17º62.83%22.16%-
HSV(B)228.17º77.17%36.08%-
XYZ2.842.1310.39-
YUV37.31158.86116.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.19%
GREEN value IS 35 (14.06% from 255) = 23.65%
BLUE value IS 92 (36.33% from 255) = 62.16%
R=14.19%
G=23.65%
B=62.16%

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
Decimal2135920.770.6200.64228.1762.8322.16
Hex15235C4D3E040e43f16
Octal25431341157601003447726
Binary1010110001110111001001101111110010000001110010011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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