#152761

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

Shades of Sapphire #152761

Tints of Sapphire #152761

Color information

#152761 (or 0x152761) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 61. RGB value is (21,39,97). Sum of RGB (Red+Green+Blue) = 21+39+97=157 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.38% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 97 (38.28% from 255 or 61.78% from 157); Max value from RGB is 97 - color contains mainly: blue. Hex color #152761 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152761 is #EAD89E. Grayscale: #272727. Windows color (decimal): -15390879 or 6366997. OLE color: 6366997.

HSL color Cylindrical-coordinate representation of color #152761: hue angle of 225.79º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #152761 is Cyan = 0.78, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB213997-
CMYK0.780.6000.62
HSL225.79º64.41%23.14%-
HSV(B)225.79º78.35%38.04%-
XYZ3.192.4711.62-
YUV40.23160.04114.28-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.38%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 97 (38.28% from 255) = 61.78%
R=13.38%
G=24.84%
B=61.78%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2139970.780.6000.62225.7964.4123.14
Hex1527614E3C03Ee24017
Octal25471411167407634210027
Binary1010110011111000011001110111100011111011100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152761; }

 p { color: rgb(21,39,97); }

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

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

 a { background-color: rgb(21,39,97); }

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

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

 span { border-color: rgb(21,39,97); }

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