#153588

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

Shades of Smalt #153588

Tints of Smalt #153588

Color information

#153588 (or 0x153588) is unknown color: approx Smalt. HEX triplet: 15, 35 and 88. RGB value is (21,53,136). Sum of RGB (Red+Green+Blue) = 21+53+136=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 136 (53.52% from 255 or 64.76% from 210); Max value from RGB is 136 - color contains mainly: blue. Hex color #153588 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153588 is #EACA77. Grayscale: #343434. Windows color (decimal): -15387256 or 8926485. OLE color: 8926485.

HSL color Cylindrical-coordinate representation of color #153588: hue angle of 223.3º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153588 is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB2153136-
CMYK0.850.6100.47
HSL223.3º73.25%30.78%-
HSV(B)223.3º84.56%53.33%-
XYZ6.034.4823.84-
YUV52.89174.9105.25-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 53 (21.09% from 255) = 25.24%
BLUE value IS 136 (53.52% from 255) = 64.76%
R=10%
G=25.24%
B=64.76%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal21531360.850.6100.47223.373.2530.78
Hex153588553D02Fdf491f
Octal25652101257505733711137
Binary10101110101100010001010101111101010111111011111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153588; }

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

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

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

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

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

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

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

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