#152766

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

Shades of Sapphire #152766

Tints of Sapphire #152766

Color information

#152766 (or 0x152766) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 66. RGB value is (21,39,102). Sum of RGB (Red+Green+Blue) = 21+39+102=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 102 (40.23% from 255 or 62.96% from 162); Max value from RGB is 102 - color contains mainly: blue. Hex color #152766 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152766 is #EAD899. Grayscale: #282828. Windows color (decimal): -15390874 or 6694677. OLE color: 6694677.

HSL color Cylindrical-coordinate representation of color #152766: hue angle of 226.67º 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 #152766 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB2139102-
CMYK0.790.6200.6
HSL226.67º65.85%24.12%-
HSV(B)226.67º79.41%40%-
XYZ3.432.5712.89-
YUV40.8162.54113.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 102 (40.23% from 255) = 62.96%
R=12.96%
G=24.07%
B=62.96%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal21391020.790.6200.6226.6765.8524.12
Hex1527664F3E03Ce34218
Octal25471461177607434310230
Binary1010110011111001101001111111110011110011100011100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152766; }

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

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

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

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

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

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

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

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