Html Css Color HEX #153086 Smalt

📋 copy color: '#153086'

red 21 ◦ green 48 ◦ blue 134

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

Shades of Smalt #153086

Tints of Smalt #153086

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 66.01%

R = 10.34%
G = 23.65%
B = 66.01%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153086 (or 0x153086) is known color: Smalt. HEX triplet: 15, 30 and 86. RGB value is (21,48,134). Sum of RGB (Red+Green+Blue) = 21+48+134=203 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.34% from 203); Green value is 48 (19.14% from 255 or 23.65% from 203); Blue value is 134 (52.73% from 255 or 66.01% from 203); Max value from RGB is 134 - color contains mainly: blue. Hex color #153086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153086 is #EACF79. Grayscale: #313131. Windows color (decimal): -15388538 or 8794133. OLE color: 8794133.

HSL color Cylindrical-coordinate representation of color #153086: hue angle of 225.66º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153086 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 21 48 134 -
CMYK 0.84 0.64 0 0.47
HSL 225.66º 0.73% 0.3% -
HSV(B) 225.66º 0.84% 0.53% -
XYZ 5.67 3.99 23.03 -
YUV 49.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 21 48 134 0.84 0.64 0 0.47 225.66 0.73 0.3
Hex 15 30 86 54 40 0 2F E2 49 1E
Octal 25 60 206 124 100 0 57 342 111 36
Binary 10101 110000 10000110 1010100 1000000 0 101111 11100010 1001001 11110

Color Harmonies of #153086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153086

Black with #153086

Text Example


Text Example

White with #153086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153086; }

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

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

background-color css

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

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

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

border-color css

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

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

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