#153274

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

Shades of Sapphire #153274

Tints of Sapphire #153274

Color information

#153274 (or 0x153274) is unknown color: approx Sapphire. HEX triplet: 15, 32 and 74. RGB value is (21,50,116). Sum of RGB (Red+Green+Blue) = 21+50+116=187 (24% of max value = 765). Red value is 21 (8.59% from 255 or 11.23% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 116 (45.70% from 255 or 62.03% from 187); Max value from RGB is 116 - color contains mainly: blue. Hex color #153274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153274 is #EACD8B. Grayscale: #303030. Windows color (decimal): -15388044 or 7614997. OLE color: 7614997.

HSL color Cylindrical-coordinate representation of color #153274: hue angle of 221.68º 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 #153274 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2150116-
CMYK0.820.5700.55
HSL221.68º69.34%26.86%-
HSV(B)221.68º81.9%45.49%-
XYZ4.63.716.99-
YUV48.85165.89108.13-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 11.23%
GREEN value IS 50 (19.92% from 255) = 26.74%
BLUE value IS 116 (45.70% from 255) = 62.03%
R=11.23%
G=26.74%
B=62.03%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21501160.820.5700.55221.6869.3426.86
Hex1532745239037de451b
Octal25621641227106733610533
Binary1010111001011101001010010111001011011111011110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153274; }

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

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

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

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

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

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

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

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