#151F5D

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

Shades of Sapphire #151F5D

Tints of Sapphire #151F5D

Color information

#151F5D (or 0x151F5D) is unknown color: approx Sapphire. HEX triplet: 15, 1F and 5D. RGB value is (21,31,93). Sum of RGB (Red+Green+Blue) = 21+31+93=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 93 (36.72% from 255 or 64.14% from 145); Max value from RGB is 93 - color contains mainly: blue. Hex color #151F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151F5D is #EAE0A2. Grayscale: #222222. Windows color (decimal): -15392931 or 6102805. OLE color: 6102805.

HSL color Cylindrical-coordinate representation of color #151F5D: hue angle of 231.67º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #151F5D is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB213193-
CMYK0.770.6700.64
HSL231.67º63.16%22.35%-
HSV(B)231.67º77.42%36.47%-
XYZ2.781.9310.58-
YUV35.08160.69117.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.48%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 93 (36.72% from 255) = 64.14%
R=14.48%
G=21.38%
B=64.14%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2131930.770.6700.64231.6763.1622.35
Hex151F5D4D43040e83f16
Octal253713511510301003507726
Binary1010111111101110110011011000011010000001110100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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