#152751

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

Shades of Sapphire #152751

Tints of Sapphire #152751

Color information

#152751 (or 0x152751) is unknown color: approx Sapphire. HEX triplet: 15, 27 and 51. RGB value is (21,39,81). Sum of RGB (Red+Green+Blue) = 21+39+81=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 81 (32.03% from 255 or 57.45% from 141); Max value from RGB is 81 - color contains mainly: blue. Hex color #152751 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152751 is #EAD8AE. Grayscale: #262626. Windows color (decimal): -15390895 or 5318421. OLE color: 5318421.

HSL color Cylindrical-coordinate representation of color #152751: hue angle of 222º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #152751 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB213981-
CMYK0.740.5200.68
HSL222º58.82%20%-
HSV(B)222º74.07%31.76%-
XYZ2.522.28.08-
YUV38.41152.04115.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.89%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 81 (32.03% from 255) = 57.45%
R=14.89%
G=27.66%
B=57.45%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal2139810.740.5200.6822258.8220
Hex1527514A34044de3b14
Octal25471211126401043367324
Binary1010110011110100011001010110100010001001101111011101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152751

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #152751; }

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

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

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

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

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

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

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

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