#151F58

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

Shades of Sapphire #151F58

Tints of Sapphire #151F58

Color information

#151F58 (or 0x151F58) is unknown color: approx Sapphire. HEX triplet: 15, 1F and 58. RGB value is (21,31,88). Sum of RGB (Red+Green+Blue) = 21+31+88=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 31 (12.5% from 255 or 22.14% from 140); Blue value is 88 (34.77% from 255 or 62.86% from 140); Max value from RGB is 88 - color contains mainly: blue. Hex color #151F58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F58 is #EAE0A7. Grayscale: #222222. Windows color (decimal): -15392936 or 5775125. OLE color: 5775125.

HSL color Cylindrical-coordinate representation of color #151F58: hue angle of 231.04º 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 #151F58 is Cyan = 0.76, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB213188-
CMYK0.760.6500.65
HSL231.04º61.47%21.37%-
HSV(B)231.04º76.14%34.51%-
XYZ2.561.849.45-
YUV34.51158.19118.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 31 (12.5% from 255) = 22.14%
BLUE value IS 88 (34.77% from 255) = 62.86%
R=15%
G=22.14%
B=62.86%

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
Decimal2131880.760.6500.65231.0461.4721.37
Hex151F584C41041e73d15
Octal253713011410101013477525
Binary1010111111101100010011001000001010000011110011111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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