Html Css Color HEX #153188 Smalt

📋 copy color: '#153188'

red 21 ◦ green 49 ◦ blue 136

#153188
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #153188

Tints of Smalt #153188

RGB

 RED value IS 21 (8.59% from 255) = 10.19%

 GREEN value IS 49 (19.53% from 255) = 23.79%

 BLUE value IS 136 (53.52% from 255) = 66.02%

R = 10.19%
G = 23.79%
B = 66.02%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153188 (or 0x153188) is known color: Smalt. HEX triplet: 15, 31 and 88. RGB value is (21,49,136). Sum of RGB (Red+Green+Blue) = 21+49+136=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 49 (19.53% from 255 or 23.79% from 206); Blue value is 136 (53.52% from 255 or 66.02% from 206); Max value from RGB is 136 - color contains mainly: blue. Hex color #153188 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153188 is #EACE77. Grayscale: #323232. Windows color (decimal): -15388280 or 8925461. OLE color: 8925461.

HSL color Cylindrical-coordinate representation of color #153188: hue angle of 225.39º 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 #153188 is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 49 136 -
CMYK 0.85 0.64 0 0.47
HSL 225.39º 0.73% 0.31% -
HSV(B) 225.39º 0.85% 0.53% -
XYZ 5.85 4.13 23.78 -
YUV 50.55 176.22 106.93 -
System Red Green Blue C M Y K H S L
Decimal 21 49 136 0.85 0.64 0 0.47 225.39 0.73 0.31
Hex 15 31 88 55 40 0 2F E1 49 1F
Octal 25 61 210 125 100 0 57 341 111 37
Binary 10101 110001 10001000 1010101 1000000 0 101111 11100001 1001001 11111

Color Harmonies of #153188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153188

Black with #153188

Text Example


Text Example

White with #153188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153188; }

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

 H1.HeaderClassName
 {
   color: #153188;
 }
 .AnyTagClassName
 {
   color: #153188;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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