#152A5D

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

Shades of Sapphire #152A5D

Tints of Sapphire #152A5D

Color information

#152A5D (or 0x152A5D) is unknown color: approx Sapphire. HEX triplet: 15, 2A and 5D. RGB value is (21,42,93). Sum of RGB (Red+Green+Blue) = 21+42+93=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 42 (16.80% from 255 or 26.92% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #152A5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152A5D is #EAD5A2. Grayscale: #292929. Windows color (decimal): -15390115 or 6105621. OLE color: 6105621.

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

Color convert

RGB214293-
CMYK0.770.5500.64
HSL222.5º63.16%22.35%-
HSV(B)222.5º77.42%36.47%-
XYZ3.112.6110.69-
YUV41.54157.04113.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 42 (16.80% from 255) = 26.92%
BLUE value IS 93 (36.72% from 255) = 59.62%
R=13.46%
G=26.92%
B=59.62%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2142930.770.5500.64222.563.1622.35
Hex152A5D4D37040de3f16
Octal25521351156701003367726
Binary1010110101010111011001101110111010000001101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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