#151F5E

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

Shades of Sapphire #151F5E

Tints of Sapphire #151F5E

Color information

#151F5E (or 0x151F5E) is unknown color: approx Sapphire. HEX triplet: 15, 1F and 5E. RGB value is (21,31,94). Sum of RGB (Red+Green+Blue) = 21+31+94=146 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.38% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 94 (37.11% from 255 or 64.38% from 146); Max value from RGB is 94 - color contains mainly: blue. Hex color #151F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F5E is #EAE0A1. Grayscale: #222222. Windows color (decimal): -15392930 or 6168341. OLE color: 6168341.

HSL color Cylindrical-coordinate representation of color #151F5E: hue angle of 231.78º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #151F5E is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB213194-
CMYK0.780.6700.63
HSL231.78º63.48%22.55%-
HSV(B)231.78º77.66%36.86%-
XYZ2.821.9510.82-
YUV35.19161.19117.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.38%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 94 (37.11% from 255) = 64.38%
R=14.38%
G=21.23%
B=64.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2131940.780.6700.63231.7863.4822.55
Hex151F5E4E4303Fe83f17
Octal25371361161030773507727
Binary101011111110111101001110100001101111111110100011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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