#152B76

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

Shades of Sapphire #152B76

Tints of Sapphire #152B76

Color information

#152B76 (or 0x152B76) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 76. RGB value is (21,43,118). Sum of RGB (Red+Green+Blue) = 21+43+118=182 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.54% from 182); Green value is 43 (17.19% from 255 or 23.63% from 182); Blue value is 118 (46.48% from 255 or 64.84% from 182); Max value from RGB is 118 - color contains mainly: blue. Hex color #152B76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B76 is #EAD489. Grayscale: #2C2C2C. Windows color (decimal): -15389834 or 7744277. OLE color: 7744277.

HSL color Cylindrical-coordinate representation of color #152B76: hue angle of 226.39º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #152B76 is Cyan = 0.82, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2143118-
CMYK0.820.6400.54
HSL226.39º69.78%27.25%-
HSV(B)226.39º82.2%46.27%-
XYZ4.443.217.52-
YUV44.97169.21110.9-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.54%
GREEN value IS 43 (17.19% from 255) = 23.63%
BLUE value IS 118 (46.48% from 255) = 64.84%
R=11.54%
G=23.63%
B=64.84%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21431180.820.6400.54226.3969.7827.25
Hex152B765240036e2461b
Octal255316612210006634210633
Binary10101101011111011010100101000000011011011100010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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