#151E5A

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

Shades of Sapphire #151E5A

Tints of Sapphire #151E5A

Color information

#151E5A (or 0x151E5A) is unknown color: approx Sapphire. HEX triplet: 15, 1E and 5A. RGB value is (21,30,90). Sum of RGB (Red+Green+Blue) = 21+30+90=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 30 (12.11% from 255 or 21.28% from 141); Blue value is 90 (35.55% from 255 or 63.83% from 141); Max value from RGB is 90 - color contains mainly: blue. Hex color #151E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #151E5A is #EAE1A5. Grayscale: #212121. Windows color (decimal): -15393190 or 5905941. OLE color: 5905941.

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

Color convert

RGB213090-
CMYK0.770.6700.65
HSL232.17º62.16%21.76%-
HSV(B)232.17º76.67%35.29%-
XYZ2.621.839.89-
YUV34.15159.52118.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 30 (12.11% from 255) = 21.28%
BLUE value IS 90 (35.55% from 255) = 63.83%
R=14.89%
G=21.28%
B=63.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2130900.770.6700.65232.1762.1621.76
Hex151E5A4D43041e83e16
Octal253613211510301013507626
Binary1010111110101101010011011000011010000011110100011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #151E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,30,90); }

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

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

 a { background-color: rgb(21,30,90); }

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

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

 span { border-color: rgb(21,30,90); }

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