Html Css Color HEX #153489 Smalt

📋 copy color: '#153489'

red 21 ◦ green 52 ◦ blue 137

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

Shades of Smalt #153489

Tints of Smalt #153489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 24.76%

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

R = 10%
G = 24.76%
B = 65.24%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#153489 (or 0x153489) is known color: Smalt. HEX triplet: 15, 34 and 89. RGB value is (21,52,137). Sum of RGB (Red+Green+Blue) = 21+52+137=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 137 (53.91% from 255 or 65.24% from 210); Max value from RGB is 137 - color contains mainly: blue. Hex color #153489 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153489 is #EACB76. Grayscale: #343434. Windows color (decimal): -15387511 or 8991765. OLE color: 8991765.

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

Color convert

RGB 21 52 137 -
CMYK 0.85 0.62 0 0.46
HSL 223.97º 0.73% 0.31% -
HSV(B) 223.97º 0.85% 0.54% -
XYZ 6.05 4.42 24.2 -
YUV 52.42 175.73 105.59 -
System Red Green Blue C M Y K H S L
Decimal 21 52 137 0.85 0.62 0 0.46 223.97 0.73 0.31
Hex 15 34 89 55 3E 0 2E E0 49 1F
Octal 25 64 211 125 76 0 56 340 111 37
Binary 10101 110100 10001001 1010101 111110 0 101110 11100000 1001001 11111

Color Harmonies of #153489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153489

Black with #153489

Text Example


Text Example

White with #153489

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153489; }

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

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

background-color css

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

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

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

border-color css

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

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

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