#152D69

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

Shades of Sapphire #152D69

Tints of Sapphire #152D69

Color information

#152D69 (or 0x152D69) is unknown color: approx Sapphire. HEX triplet: 15, 2D and 69. RGB value is (21,45,105). Sum of RGB (Red+Green+Blue) = 21+45+105=171 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.28% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 105 (41.41% from 255 or 61.40% from 171); Max value from RGB is 105 - color contains mainly: blue. Hex color #152D69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152D69 is #EAD296. Grayscale: #2C2C2C. Windows color (decimal): -15389335 or 6892821. OLE color: 6892821.

HSL color Cylindrical-coordinate representation of color #152D69: hue angle of 222.86º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #152D69 is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2145105-
CMYK0.800.5700.59
HSL222.86º66.67%24.71%-
HSV(B)222.86º80%41.18%-
XYZ3.83.0613.75-
YUV44.66162.05111.12-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.28%
GREEN value IS 45 (17.97% from 255) = 26.32%
BLUE value IS 105 (41.41% from 255) = 61.40%
R=12.28%
G=26.32%
B=61.40%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21451050.800.5700.59222.8666.6724.71
Hex152D69503903Bdf4319
Octal25551511207107333710331
Binary1010110110111010011010000111001011101111011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152D69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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