#152466

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

Shades of Sapphire #152466

Tints of Sapphire #152466

Color information

#152466 (or 0x152466) is unknown color: approx Sapphire. HEX triplet: 15, 24 and 66. RGB value is (21,36,102). Sum of RGB (Red+Green+Blue) = 21+36+102=159 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.21% from 159); Green value is 36 (14.45% from 255 or 22.64% from 159); Blue value is 102 (40.23% from 255 or 64.15% from 159); Max value from RGB is 102 - color contains mainly: blue. Hex color #152466 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152466 is #EADB99. Grayscale: #262626. Windows color (decimal): -15391642 or 6693909. OLE color: 6693909.

HSL color Cylindrical-coordinate representation of color #152466: hue angle of 228.89º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152466 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2136102-
CMYK0.790.6500.6
HSL228.89º65.85%24.12%-
HSV(B)228.89º79.41%40%-
XYZ3.342.3812.85-
YUV39.04163.53115.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.21%
GREEN value IS 36 (14.45% from 255) = 22.64%
BLUE value IS 102 (40.23% from 255) = 64.15%
R=13.21%
G=22.64%
B=64.15%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21361020.790.6500.6228.8965.8524.12
Hex1524664F4103Ce54218
Octal254414611710107434510230
Binary10101100100110011010011111000001011110011100101100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152466; }

 p { color: rgb(21,36,102); }

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

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

 a { background-color: rgb(21,36,102); }

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

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

 span { border-color: rgb(21,36,102); }

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