#153260

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

Shades of Sapphire #153260

Tints of Sapphire #153260

Color information

#153260 (or 0x153260) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 60. RGB value is (21,50,96). Sum of RGB (Red+Green+Blue) = 21+50+96=167 (22% of max value = 765). Red value is 21 (8.59% from 255 or 12.57% from 167); Green value is 50 (19.92% from 255 or 29.94% from 167); Blue value is 96 (37.89% from 255 or 57.49% from 167); Max value from RGB is 96 - color contains mainly: blue. Hex color #153260 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153260 is #EACD9F. Grayscale: #2E2E2E. Windows color (decimal): -15388064 or 6304277. OLE color: 6304277.

HSL color Cylindrical-coordinate representation of color #153260: hue angle of 216.8º 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 #153260 is Cyan = 0.78, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB215096-
CMYK0.780.4800.62
HSL216.8º64.1%22.94%-
HSV(B)216.8º78.12%37.65%-
XYZ3.563.2911.51-
YUV46.57155.89109.76-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.57%
GREEN value IS 50 (19.92% from 255) = 29.94%
BLUE value IS 96 (37.89% from 255) = 57.49%
R=12.57%
G=29.94%
B=57.49%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2150960.780.4800.62216.864.122.94
Hex1532604E3003Ed94017
Octal25621401166007633110027
Binary1010111001011000001001110110000011111011011001100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153260; }

 p { color: rgb(21,50,96); }

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

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

 a { background-color: rgb(21,50,96); }

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

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

 span { border-color: rgb(21,50,96); }

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