#152877

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

Shades of Sapphire #152877

Tints of Sapphire #152877

Color information

#152877 (or 0x152877) is unknown color: approx Sapphire. HEX triplet: 15, 28 and 77. RGB value is (21,40,119). Sum of RGB (Red+Green+Blue) = 21+40+119=180 (23% of max value = 765). Red value is 21 (8.59% from 255 or 11.67% from 180); Green value is 40 (16.02% from 255 or 22.22% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #152877 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152877 is #EAD788. Grayscale: #2A2A2A. Windows color (decimal): -15390601 or 7809045. OLE color: 7809045.

HSL color Cylindrical-coordinate representation of color #152877: hue angle of 228.37º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152877 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2140119-
CMYK0.820.6600.53
HSL228.37º70%27.45%-
HSV(B)228.37º82.35%46.67%-
XYZ4.43.0117.8-
YUV43.32170.71112.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.67%
GREEN value IS 40 (16.02% from 255) = 22.22%
BLUE value IS 119 (46.88% from 255) = 66.11%
R=11.67%
G=22.22%
B=66.11%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal21401190.820.6600.53228.377027.45
Hex1528775242035e4461b
Octal255016712210206534410633
Binary10101101000111011110100101000010011010111100100100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152877; }

 p { color: rgb(21,40,119); }

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

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

 a { background-color: rgb(21,40,119); }

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

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

 span { border-color: rgb(21,40,119); }

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