#152668

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

Shades of Sapphire #152668

Tints of Sapphire #152668

Color information

#152668 (or 0x152668) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 68. RGB value is (21,38,104). Sum of RGB (Red+Green+Blue) = 21+38+104=163 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.88% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 104 (41.02% from 255 or 63.80% from 163); Max value from RGB is 104 - color contains mainly: blue. Hex color #152668 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152668 is #EAD997. Grayscale: #282828. Windows color (decimal): -15391128 or 6825493. OLE color: 6825493.

HSL color Cylindrical-coordinate representation of color #152668: hue angle of 227.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152668 is Cyan = 0.80, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2138104-
CMYK0.800.6300.59
HSL227.71º66.4%24.51%-
HSV(B)227.71º79.81%40.78%-
XYZ3.52.5513.4-
YUV40.44163.87114.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.88%
GREEN value IS 38 (15.23% from 255) = 23.31%
BLUE value IS 104 (41.02% from 255) = 63.80%
R=12.88%
G=23.31%
B=63.80%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21381040.800.6300.59227.7166.424.51
Hex152668503F03Be44219
Octal25461501207707334410231
Binary1010110011011010001010000111111011101111100100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152668; }

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

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

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

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

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

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

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

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