#152F63

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

Shades of Sapphire #152F63

Tints of Sapphire #152F63

Color information

#152F63 (or 0x152F63) is unknown color: approx Sapphire. HEX triplet: 15, 2F and 63. RGB value is (21,47,99). Sum of RGB (Red+Green+Blue) = 21+47+99=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 47 (18.75% from 255 or 28.14% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #152F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F63 is #EAD09C. Grayscale: #2C2C2C. Windows color (decimal): -15388829 or 6500117. OLE color: 6500117.

HSL color Cylindrical-coordinate representation of color #152F63: hue angle of 220º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #152F63 is Cyan = 0.79, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB214799-
CMYK0.790.5300.61
HSL220º65%23.53%-
HSV(B)220º78.79%38.82%-
XYZ3.583.0912.21-
YUV45.15158.39110.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 47 (18.75% from 255) = 28.14%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=12.57%
G=28.14%
B=59.28%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2147990.790.5300.612206523.53
Hex152F634F3503Ddc4118
Octal25571431176507533410130
Binary1010110111111000111001111110101011110111011100100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,47,99); }

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

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

 a { background-color: rgb(21,47,99); }

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

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

 span { border-color: rgb(21,47,99); }

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