#154090

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

Shades of Smalt #154090

Tints of Smalt #154090

Color information

#154090 (or 0x154090) is unknown color: approx Smalt. HEX triplet: 15, 40 and 90. RGB value is (21,64,144). Sum of RGB (Red+Green+Blue) = 21+64+144=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 144 (56.64% from 255 or 62.88% from 229); Max value from RGB is 144 - color contains mainly: blue. Hex color #154090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154090 is #EABF6F. Grayscale: #3B3B3B. Windows color (decimal): -15384432 or 9453589. OLE color: 9453589.

HSL color Cylindrical-coordinate representation of color #154090: hue angle of 219.02º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154090 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2164144-
CMYK0.850.5600.44
HSL219.02º74.55%32.35%-
HSV(B)219.02º85.42%56.47%-
XYZ7.185.8427.13-
YUV60.26175.25100-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.17%
GREEN value IS 64 (25.39% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 62.88%
R=9.17%
G=27.95%
B=62.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21641440.850.5600.44219.0274.5532.35
Hex154090553802Cdb4b20
Octal251002201257005433311340
Binary1010110000001001000010101011110000101100110110111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154090; }

 p { color: rgb(21,64,144); }

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

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

 a { background-color: rgb(21,64,144); }

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

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

 span { border-color: rgb(21,64,144); }

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