#152B5C

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

Shades of Sapphire #152B5C

Tints of Sapphire #152B5C

Color information

#152B5C (or 0x152B5C) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 5C. RGB value is (21,43,92). Sum of RGB (Red+Green+Blue) = 21+43+92=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 43 (17.19% from 255 or 27.56% from 156); Blue value is 92 (36.33% from 255 or 58.97% from 156); Max value from RGB is 92 - color contains mainly: blue. Hex color #152B5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B5C is #EAD4A3. Grayscale: #292929. Windows color (decimal): -15389860 or 6040341. OLE color: 6040341.

HSL color Cylindrical-coordinate representation of color #152B5C: hue angle of 221.41º 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 #152B5C is Cyan = 0.77, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB214392-
CMYK0.770.5300.64
HSL221.41º62.83%22.16%-
HSV(B)221.41º77.17%36.08%-
XYZ3.12.6610.47-
YUV42.01156.21113.02-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 43 (17.19% from 255) = 27.56%
BLUE value IS 92 (36.33% from 255) = 58.97%
R=13.46%
G=27.56%
B=58.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2143920.770.5300.64221.4162.8322.16
Hex152B5C4D35040dd3f16
Octal25531341156501003357726
Binary1010110101110111001001101110101010000001101110111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,43,92); }

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

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

 a { background-color: rgb(21,43,92); }

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

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

 span { border-color: rgb(21,43,92); }

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