#152C5F

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

Shades of Sapphire #152C5F

Tints of Sapphire #152C5F

Color information

#152C5F (or 0x152C5F) is unknown color: approx Sapphire. HEX triplet: 15, 2C and 5F. RGB value is (21,44,95). Sum of RGB (Red+Green+Blue) = 21+44+95=160 (21% of max value = 765). Red value is 21 (8.59% from 255 or 13.12% from 160); Green value is 44 (17.58% from 255 or 27.5% from 160); Blue value is 95 (37.5% from 255 or 59.38% from 160); Max value from RGB is 95 - color contains mainly: blue. Hex color #152C5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152C5F is #EAD3A0. Grayscale: #2A2A2A. Windows color (decimal): -15389601 or 6237205. OLE color: 6237205.

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

Color convert

RGB214495-
CMYK0.780.5400.63
HSL221.35º63.79%22.75%-
HSV(B)221.35º77.89%37.25%-
XYZ3.282.7911.19-
YUV42.94157.38112.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.12%
GREEN value IS 44 (17.58% from 255) = 27.5%
BLUE value IS 95 (37.5% from 255) = 59.38%
R=13.12%
G=27.5%
B=59.38%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2144950.780.5400.63221.3563.7922.75
Hex152C5F4E3603Fdd4017
Octal25541371166607733510027
Binary1010110110010111111001110110110011111111011101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152C5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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