#153268

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

Shades of Sapphire #153268

Tints of Sapphire #153268

Color information

#153268 (or 0x153268) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 68. RGB value is (21,50,104). Sum of RGB (Red+Green+Blue) = 21+50+104=175 (23% of max value = 765). Red value is 21 (8.59% from 255 or 12% from 175); Green value is 50 (19.92% from 255 or 28.57% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #153268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153268 is #EACD97. Grayscale: #2F2F2F. Windows color (decimal): -15388056 or 6828565. OLE color: 6828565.

HSL color Cylindrical-coordinate representation of color #153268: hue angle of 219.04º 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 #153268 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2150104-
CMYK0.800.5200.59
HSL219.04º66.4%24.51%-
HSV(B)219.04º79.81%40.78%-
XYZ3.953.4413.55-
YUV47.48159.89109.11-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 12%
GREEN value IS 50 (19.92% from 255) = 28.57%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=12%
G=28.57%
B=59.43%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal21501040.800.5200.59219.0466.424.51
Hex153268503403Bdb4219
Octal25621501206407333310231
Binary1010111001011010001010000110100011101111011011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153268; }

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

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

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

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

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

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

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

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