#15265C

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

Shades of Sapphire #15265C

Tints of Sapphire #15265C

Color information

#15265C (or 0x15265C) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 5C. RGB value is (21,38,92). Sum of RGB (Red+Green+Blue) = 21+38+92=151 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.91% from 151); Green value is 38 (15.23% from 255 or 25.17% from 151); Blue value is 92 (36.33% from 255 or 60.93% from 151); Max value from RGB is 92 - color contains mainly: blue. Hex color #15265C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15265C is #EAD9A3. Grayscale: #262626. Windows color (decimal): -15391140 or 6039061. OLE color: 6039061.

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

Color convert

RGB213892-
CMYK0.770.5900.64
HSL225.63º62.83%22.16%-
HSV(B)225.63º77.17%36.08%-
XYZ2.932.3210.42-
YUV39.07157.87115.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.91%
GREEN value IS 38 (15.23% from 255) = 25.17%
BLUE value IS 92 (36.33% from 255) = 60.93%
R=13.91%
G=25.17%
B=60.93%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2138920.770.5900.64225.6362.8322.16
Hex15265C4D3B040e23f16
Octal25461341157301003427726
Binary1010110011010111001001101111011010000001110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15265C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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