#152661

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

Shades of Sapphire #152661

Tints of Sapphire #152661

Color information

#152661 (or 0x152661) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 61. RGB value is (21,38,97). Sum of RGB (Red+Green+Blue) = 21+38+97=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 38 (15.23% from 255 or 24.36% from 156); Blue value is 97 (38.28% from 255 or 62.18% from 156); Max value from RGB is 97 - color contains mainly: blue. Hex color #152661 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152661 is #EAD99E. Grayscale: #272727. Windows color (decimal): -15391135 or 6366741. OLE color: 6366741.

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

Color convert

RGB213897-
CMYK0.780.6100.62
HSL226.58º64.41%23.14%-
HSV(B)226.58º78.35%38.04%-
XYZ3.162.4111.61-
YUV39.64160.37114.7-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 38 (15.23% from 255) = 24.36%
BLUE value IS 97 (38.28% from 255) = 62.18%
R=13.46%
G=24.36%
B=62.18%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2138970.780.6100.62226.5864.4123.14
Hex1526614E3D03Ee34017
Octal25461411167507634310027
Binary1010110011011000011001110111101011111011100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152661; }

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

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

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

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

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

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

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

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