#152651

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

Shades of Sapphire #152651

Tints of Sapphire #152651

Color information

#152651 (or 0x152651) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 51. RGB value is (21,38,81). Sum of RGB (Red+Green+Blue) = 21+38+81=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #152651 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152651 is #EAD9AE. Grayscale: #252525. Windows color (decimal): -15391151 or 5318165. OLE color: 5318165.

HSL color Cylindrical-coordinate representation of color #152651: hue angle of 223º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152651 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB213881-
CMYK0.740.5300.68
HSL223º58.82%20%-
HSV(B)223º74.07%31.76%-
XYZ2.492.148.07-
YUV37.82152.37116-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 81 (32.03% from 255) = 57.86%
R=15%
G=27.14%
B=57.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2138810.740.5300.6822358.8220
Hex1526514A35044df3b14
Octal25461211126501043377324
Binary1010110011010100011001010110101010001001101111111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152651

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152651; }

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

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

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

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

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

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

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

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