Html Css Color HEX #153182 Smalt

📋 copy color: '#153182'

red 21 ◦ green 49 ◦ blue 130

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

Shades of Smalt #153182

Tints of Smalt #153182

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 65%

R = 10.5%
G = 24.5%
B = 65%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#153182 (or 0x153182) is known color: Smalt. HEX triplet: 15, 31 and 82. RGB value is (21,49,130). Sum of RGB (Red+Green+Blue) = 21+49+130=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 49 (19.53% from 255 or 24.5% from 200); Blue value is 130 (51.17% from 255 or 65% from 200); Max value from RGB is 130 - color contains mainly: blue. Hex color #153182 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153182 is #EACE7D. Grayscale: #313131. Windows color (decimal): -15388286 or 8532245. OLE color: 8532245.

HSL color Cylindrical-coordinate representation of color #153182: hue angle of 224.59º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153182 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 21 49 130 -
CMYK 0.84 0.62 0 0.49
HSL 224.59º 0.72% 0.3% -
HSV(B) 224.59º 0.84% 0.51% -
XYZ 5.44 3.97 21.6 -
YUV 49.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 21 49 130 0.84 0.62 0 0.49 224.59 0.72 0.3
Hex 15 31 82 54 3E 0 31 E1 48 1E
Octal 25 61 202 124 76 0 61 341 110 36
Binary 10101 110001 10000010 1010100 111110 0 110001 11100001 1001000 11110

Color Harmonies of #153182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153182

Black with #153182

Text Example


Text Example

White with #153182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153182; }

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

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

background-color css

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

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

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

border-color css

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

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

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