#152658

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

Shades of Sapphire #152658

Tints of Sapphire #152658

Color information

#152658 (or 0x152658) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 58. RGB value is (21,38,88). Sum of RGB (Red+Green+Blue) = 21+38+88=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 88 (34.77% from 255 or 59.86% from 147); Max value from RGB is 88 - color contains mainly: blue. Hex color #152658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152658 is #EAD9A7. Grayscale: #262626. Windows color (decimal): -15391144 or 5776917. OLE color: 5776917.

HSL color Cylindrical-coordinate representation of color #152658: hue angle of 224.78º degrees, saturation: 0.61, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #152658 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213888-
CMYK0.760.5700.65
HSL224.78º61.47%21.37%-
HSV(B)224.78º76.14%34.51%-
XYZ2.762.259.52-
YUV38.62155.87115.43-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.29%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 88 (34.77% from 255) = 59.86%
R=14.29%
G=25.85%
B=59.86%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2138880.760.5700.65224.7861.4721.37
Hex1526584C39041e13d15
Octal25461301147101013417525
Binary1010110011010110001001100111001010000011110000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152658; }

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

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

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

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

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

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

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

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