#153168

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

Shades of Sapphire #153168

Tints of Sapphire #153168

Color information

#153168 (or 0x153168) is unknown color: approx Sapphire. HEX triplet: 15, 31 and 68. RGB value is (21,49,104). Sum of RGB (Red+Green+Blue) = 21+49+104=174 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12.07% from 174); Green value is 49 (19.53% from 255 or 28.16% from 174); Blue value is 104 (41.02% from 255 or 59.77% from 174); Max value from RGB is 104 - color contains mainly: blue. Hex color #153168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153168 is #EACE97. Grayscale: #2E2E2E. Windows color (decimal): -15388312 or 6828309. OLE color: 6828309.

HSL color Cylindrical-coordinate representation of color #153168: hue angle of 219.76º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #153168 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2149104-
CMYK0.800.5300.59
HSL219.76º66.4%24.51%-
HSV(B)219.76º79.81%40.78%-
XYZ3.913.3613.54-
YUV46.9160.22109.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12.07%
GREEN value IS 49 (19.53% from 255) = 28.16%
BLUE value IS 104 (41.02% from 255) = 59.77%
R=12.07%
G=28.16%
B=59.77%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21491040.800.5300.59219.7666.424.51
Hex153168503503Bdc4219
Octal25611501206507333410231
Binary1010111000111010001010000110101011101111011100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153168; }

 p { color: rgb(21,49,104); }

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

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

 a { background-color: rgb(21,49,104); }

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

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

 span { border-color: rgb(21,49,104); }

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