#152D6D

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

Shades of Sapphire #152D6D

Tints of Sapphire #152D6D

Color information

#152D6D (or 0x152D6D) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 6D. RGB value is (21,45,109). Sum of RGB (Red+Green+Blue) = 21+45+109=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 109 (42.97% from 255 or 62.29% from 175); Max value from RGB is 109 - color contains mainly: blue. Hex color #152D6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D6D is #EAD292. Grayscale: #2C2C2C. Windows color (decimal): -15389331 or 7154965. OLE color: 7154965.

HSL color Cylindrical-coordinate representation of color #152D6D: hue angle of 223.64º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #152D6D is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB2145109-
CMYK0.810.5900.57
HSL223.64º67.69%25.49%-
HSV(B)223.64º80.73%42.75%-
XYZ4.013.1414.86-
YUV45.12164.05110.8-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 45 (17.97% from 255) = 25.71%
BLUE value IS 109 (42.97% from 255) = 62.29%
R=12%
G=25.71%
B=62.29%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal21451090.810.5900.57223.6467.6925.49
Hex152D6D513B039e04419
Octal25551551217307134010431
Binary1010110110111011011010001111011011100111100000100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,45,109); }

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

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

 a { background-color: rgb(21,45,109); }

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

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

 span { border-color: rgb(21,45,109); }

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