#152662

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

Shades of Sapphire #152662

Tints of Sapphire #152662

Color information

#152662 (or 0x152662) is unknown color: approx Sapphire. HEX triplet: 15, 26 and 62. RGB value is (21,38,98). Sum of RGB (Red+Green+Blue) = 21+38+98=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #152662 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152662 is #EAD99D. Grayscale: #272727. Windows color (decimal): -15391134 or 6432277. OLE color: 6432277.

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

Color convert

RGB213898-
CMYK0.790.6100.62
HSL226.75º64.71%23.33%-
HSV(B)226.75º78.57%38.43%-
XYZ3.212.4311.85-
YUV39.76160.87114.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 98 (38.67% from 255) = 62.42%
R=13.38%
G=24.20%
B=62.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2138980.790.6100.62226.7564.7123.33
Hex1526624F3D03Ee34117
Octal25461421177507634310127
Binary1010110011011000101001111111101011111011100011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152662

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152662; }

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

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

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

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

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

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

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

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