Html Css Color HEX #153488 Smalt

📋 copy color: '#153488'

red 21 ◦ green 52 ◦ blue 136

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

Shades of Smalt #153488

Tints of Smalt #153488

RGB

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

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

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

R = 10.05%
G = 24.88%
B = 65.07%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153488 (or 0x153488) is known color: Smalt. HEX triplet: 15, 34 and 88. RGB value is (21,52,136). Sum of RGB (Red+Green+Blue) = 21+52+136=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 52 (20.70% from 255 or 24.88% from 209); Blue value is 136 (53.52% from 255 or 65.07% from 209); Max value from RGB is 136 - color contains mainly: blue. Hex color #153488 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153488 is #EACB77. Grayscale: #333333. Windows color (decimal): -15387512 or 8926229. OLE color: 8926229.

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

Color convert

RGB 21 52 136 -
CMYK 0.85 0.62 0 0.47
HSL 223.83º 0.73% 0.31% -
HSV(B) 223.83º 0.85% 0.53% -
XYZ 5.98 4.39 23.83 -
YUV 52.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 21 52 136 0.85 0.62 0 0.47 223.83 0.73 0.31
Hex 15 34 88 55 3E 0 2F E0 49 1F
Octal 25 64 210 125 76 0 57 340 111 37
Binary 10101 110100 10001000 1010101 111110 0 101111 11100000 1001001 11111

Color Harmonies of #153488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153488

Black with #153488

Text Example


Text Example

White with #153488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153488; }

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

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

background-color css

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

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

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

border-color css

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

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

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