#151F59

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

Shades of Sapphire #151F59

Tints of Sapphire #151F59

Color information

#151F59 (or 0x151F59) is unknown color: approx Sapphire. HEX triplet: 15, 1F and 59. RGB value is (21,31,89). Sum of RGB (Red+Green+Blue) = 21+31+89=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 31 (12.5% from 255 or 21.99% from 141); Blue value is 89 (35.16% from 255 or 63.12% from 141); Max value from RGB is 89 - color contains mainly: blue. Hex color #151F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F59 is #EAE0A6. Grayscale: #222222. Windows color (decimal): -15392935 or 5840661. OLE color: 5840661.

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

Color convert

RGB213189-
CMYK0.760.6500.65
HSL231.18º61.82%21.57%-
HSV(B)231.18º76.4%34.9%-
XYZ2.61.869.67-
YUV34.62158.69118.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 31 (12.5% from 255) = 21.99%
BLUE value IS 89 (35.16% from 255) = 63.12%
R=14.89%
G=21.99%
B=63.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2131890.760.6500.65231.1861.8221.57
Hex151F594C41041e73e16
Octal253713111410101013477626
Binary1010111111101100110011001000001010000011110011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #151F59; }

 p { color: rgb(21,31,89); }

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

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

 a { background-color: rgb(21,31,89); }

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

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

 span { border-color: rgb(21,31,89); }

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