#152764

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

Shades of Sapphire #152764

Tints of Sapphire #152764

Color information

#152764 (or 0x152764) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 64. RGB value is (21,39,100). Sum of RGB (Red+Green+Blue) = 21+39+100=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 100 (39.45% from 255 or 62.5% from 160); Max value from RGB is 100 - color contains mainly: blue. Hex color #152764 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152764 is #EAD89B. Grayscale: #282828. Windows color (decimal): -15390876 or 6563605. OLE color: 6563605.

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

Color convert

RGB2139100-
CMYK0.790.6100.61
HSL226.33º65.29%23.73%-
HSV(B)226.33º79%39.22%-
XYZ3.342.5312.37-
YUV40.57161.54114.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 39 (15.62% from 255) = 24.38%
BLUE value IS 100 (39.45% from 255) = 62.5%
R=13.12%
G=24.38%
B=62.5%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal21391000.790.6100.61226.3365.2923.73
Hex1527644F3D03De24118
Octal25471441177507534210130
Binary1010110011111001001001111111101011110111100010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152764; }

 p { color: rgb(21,39,100); }

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

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

 a { background-color: rgb(21,39,100); }

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

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

 span { border-color: rgb(21,39,100); }

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