#152B68

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

Shades of Sapphire #152B68

Tints of Sapphire #152B68

Color information

#152B68 (or 0x152B68) is unknown color: approx Sapphire. HEX triplet: 15, 2B and 68. RGB value is (21,43,104). Sum of RGB (Red+Green+Blue) = 21+43+104=168 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.5% from 168); Green value is 43 (17.19% from 255 or 25.60% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #152B68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152B68 is #EAD497. Grayscale: #2B2B2B. Windows color (decimal): -15389848 or 6826773. OLE color: 6826773.

HSL color Cylindrical-coordinate representation of color #152B68: hue angle of 224.1º degrees, saturation: 0.66, 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 #152B68 is Cyan = 0.80, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2143104-
CMYK0.800.5900.59
HSL224.1º66.4%24.51%-
HSV(B)224.1º79.81%40.78%-
XYZ3.672.8913.46-
YUV43.38162.21112.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.5%
GREEN value IS 43 (17.19% from 255) = 25.60%
BLUE value IS 104 (41.02% from 255) = 61.90%
R=12.5%
G=25.60%
B=61.90%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21431040.800.5900.59224.166.424.51
Hex152B68503B03Be04219
Octal25531501207307334010231
Binary1010110101111010001010000111011011101111100000100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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