#152E5F

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

Shades of Sapphire #152E5F

Tints of Sapphire #152E5F

Color information

#152E5F (or 0x152E5F) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 5F. RGB value is (21,46,95). Sum of RGB (Red+Green+Blue) = 21+46+95=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 46 (18.36% from 255 or 28.40% from 162); Blue value is 95 (37.5% from 255 or 58.64% from 162); Max value from RGB is 95 - color contains mainly: blue. Hex color #152E5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E5F is #EAD1A0. Grayscale: #2B2B2B. Windows color (decimal): -15389089 or 6237717. OLE color: 6237717.

HSL color Cylindrical-coordinate representation of color #152E5F: hue angle of 219.73º degrees, saturation: 0.64, 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 #152E5F is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB214695-
CMYK0.780.5200.63
HSL219.73º63.79%22.75%-
HSV(B)219.73º77.89%37.25%-
XYZ3.352.9411.22-
YUV44.11156.72111.52-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.96%
GREEN value IS 46 (18.36% from 255) = 28.40%
BLUE value IS 95 (37.5% from 255) = 58.64%
R=12.96%
G=28.40%
B=58.64%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2146950.780.5200.63219.7363.7922.75
Hex152E5F4E3403Fdc4017
Octal25561371166407733410027
Binary1010110111010111111001110110100011111111011100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152E5F; }

 p { color: rgb(21,46,95); }

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

<style>
 a { background-color: #152E5F; }

 a { background-color: rgb(21,46,95); }

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

<style>
 span { border-color: #152E5F; }

 span { border-color: rgb(21,46,95); }

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