Html Css Color HEX #153089 Smalt

📋 copy color: '#153089'

red 21 ◦ green 48 ◦ blue 137

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

Shades of Smalt #153089

Tints of Smalt #153089

RGB

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

 GREEN value IS 48 (19.14% from 255) = 23.3%

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

R = 10.19%
G = 23.3%
B = 66.5%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#153089 (or 0x153089) is known color: Smalt. HEX triplet: 15, 30 and 89. RGB value is (21,48,137). Sum of RGB (Red+Green+Blue) = 21+48+137=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 48 (19.14% from 255 or 23.30% from 206); Blue value is 137 (53.91% from 255 or 66.50% from 206); Max value from RGB is 137 - color contains mainly: blue. Hex color #153089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153089 is #EACF76. Grayscale: #313131. Windows color (decimal): -15388535 or 8990741. OLE color: 8990741.

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

Color convert

RGB 21 48 137 -
CMYK 0.85 0.65 0 0.46
HSL 226.03º 0.73% 0.31% -
HSV(B) 226.03º 0.85% 0.54% -
XYZ 5.88 4.08 24.14 -
YUV 50.07 177.05 107.26 -
System Red Green Blue C M Y K H S L
Decimal 21 48 137 0.85 0.65 0 0.46 226.03 0.73 0.31
Hex 15 30 89 55 41 0 2E E2 49 1F
Octal 25 60 211 125 101 0 56 342 111 37
Binary 10101 110000 10001001 1010101 1000001 0 101110 11100010 1001001 11111

Color Harmonies of #153089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153089

Black with #153089

Text Example


Text Example

White with #153089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153089; }

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

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

background-color css

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

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

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

border-color css

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

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

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