#152E63

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

Shades of Sapphire #152E63

Tints of Sapphire #152E63

Color information

#152E63 (or 0x152E63) is unknown color: approx Sapphire. HEX triplet: 15, 2E and 63. RGB value is (21,46,99). Sum of RGB (Red+Green+Blue) = 21+46+99=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 99 (39.06% from 255 or 59.64% from 166); Max value from RGB is 99 - color contains mainly: blue. Hex color #152E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152E63 is #EAD19C. Grayscale: #2C2C2C. Windows color (decimal): -15389085 or 6499861. OLE color: 6499861.

HSL color Cylindrical-coordinate representation of color #152E63: hue angle of 220.77º 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 #152E63 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB214699-
CMYK0.790.5400.61
HSL220.77º65%23.53%-
HSV(B)220.77º78.79%38.82%-
XYZ3.543.0112.2-
YUV44.57158.72111.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.65%
GREEN value IS 46 (18.36% from 255) = 27.71%
BLUE value IS 99 (39.06% from 255) = 59.64%
R=12.65%
G=27.71%
B=59.64%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal2146990.790.5400.61220.776523.53
Hex152E634F3603Ddd4118
Octal25561431176607533510130
Binary1010110111011000111001111110110011110111011101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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