#153574

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

Shades of Sapphire #153574

Tints of Sapphire #153574

Color information

#153574 (or 0x153574) is unknown color: approx Sapphire. HEX triplet: 15, 35 and 74. RGB value is (21,53,116). Sum of RGB (Red+Green+Blue) = 21+53+116=190 (25% of max value = 765). Red value is 21 (8.59% from 255 or 11.05% from 190); Green value is 53 (21.09% from 255 or 27.89% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #153574 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153574 is #EACA8B. Grayscale: #323232. Windows color (decimal): -15387276 or 7615765. OLE color: 7615765.

HSL color Cylindrical-coordinate representation of color #153574: hue angle of 219.79º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153574 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2153116-
CMYK0.820.5400.55
HSL219.79º69.34%26.86%-
HSV(B)219.79º81.9%45.49%-
XYZ4.733.9717.04-
YUV50.61164.9106.88-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.05%
GREEN value IS 53 (21.09% from 255) = 27.89%
BLUE value IS 116 (45.70% from 255) = 61.05%
R=11.05%
G=27.89%
B=61.05%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21531160.820.5400.55219.7969.3426.86
Hex1535745236037dc451b
Octal25651641226606733410533
Binary1010111010111101001010010110110011011111011100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153574; }

 p { color: rgb(21,53,116); }

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

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

 a { background-color: rgb(21,53,116); }

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

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

 span { border-color: rgb(21,53,116); }

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