#153270

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

Shades of Sapphire #153270

Tints of Sapphire #153270

Color information

#153270 (or 0x153270) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 70. RGB value is (21,50,112). Sum of RGB (Red+Green+Blue) = 21+50+112=183 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.48% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 112 (44.14% from 255 or 61.20% from 183); Max value from RGB is 112 - color contains mainly: blue. Hex color #153270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153270 is #EACD8F. Grayscale: #303030. Windows color (decimal): -15388048 or 7352853. OLE color: 7352853.

HSL color Cylindrical-coordinate representation of color #153270: hue angle of 220.88º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153270 is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2150112-
CMYK0.810.5500.56
HSL220.88º68.42%26.08%-
HSV(B)220.88º81.25%43.92%-
XYZ4.373.6115.8-
YUV48.4163.89108.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.48%
GREEN value IS 50 (19.92% from 255) = 27.32%
BLUE value IS 112 (44.14% from 255) = 61.20%
R=11.48%
G=27.32%
B=61.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21501120.810.5500.56220.8868.4226.08
Hex1532705137038dd441a
Octal25621601216707033510432
Binary1010111001011100001010001110111011100011011101100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153270; }

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

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

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

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

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

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

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

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