Html Css Color HEX #153289 Smalt

📋 copy color: '#153289'

red 21 ◦ green 50 ◦ blue 137

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

Shades of Smalt #153289

Tints of Smalt #153289

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.04%

 BLUE value IS 137 (53.91% from 255) = 65.87%

R = 10.1%
G = 24.04%
B = 65.87%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#153289 (or 0x153289) is known color: Smalt. HEX triplet: 15, 32 and 89. RGB value is (21,50,137). Sum of RGB (Red+Green+Blue) = 21+50+137=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 50 (19.92% from 255 or 24.04% from 208); Blue value is 137 (53.91% from 255 or 65.87% from 208); Max value from RGB is 137 - color contains mainly: blue. Hex color #153289 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153289 is #EACD76. Grayscale: #323232. Windows color (decimal): -15388023 or 8991253. OLE color: 8991253.

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

Color convert

RGB 21 50 137 -
CMYK 0.85 0.64 0 0.46
HSL 225º 0.73% 0.31% -
HSV(B) 225º 0.85% 0.54% -
XYZ 5.97 4.25 24.17 -
YUV 51.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 21 50 137 0.85 0.64 0 0.46 225 0.73 0.31
Hex 15 32 89 55 40 0 2E E1 49 1F
Octal 25 62 211 125 100 0 56 341 111 37
Binary 10101 110010 10001001 1010101 1000000 0 101110 11100001 1001001 11111

Color Harmonies of #153289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153289

Black with #153289

Text Example


Text Example

White with #153289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153289; }

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

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

background-color css

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

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

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

border-color css

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

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

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