Html Css Color HEX #153286 Smalt

📋 copy color: '#153286'

red 21 ◦ green 50 ◦ blue 134

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

Shades of Smalt #153286

Tints of Smalt #153286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 24.39%

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

R = 10.24%
G = 24.39%
B = 65.37%

CMYK

 C value IS 0.84

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#153286 (or 0x153286) is known color: Smalt. HEX triplet: 15, 32 and 86. RGB value is (21,50,134). Sum of RGB (Red+Green+Blue) = 21+50+134=205 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.24% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #153286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153286 is #EACD79. Grayscale: #323232. Windows color (decimal): -15388026 or 8794645. OLE color: 8794645.

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

Color convert

RGB 21 50 134 -
CMYK 0.84 0.63 0 0.47
HSL 224.6º 0.73% 0.3% -
HSV(B) 224.6º 0.84% 0.53% -
XYZ 5.75 4.16 23.05 -
YUV 50.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 21 50 134 0.84 0.63 0 0.47 224.6 0.73 0.3
Hex 15 32 86 54 3F 0 2F E1 49 1E
Octal 25 62 206 124 77 0 57 341 111 36
Binary 10101 110010 10000110 1010100 111111 0 101111 11100001 1001001 11110

Color Harmonies of #153286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153286

Black with #153286

Text Example


Text Example

White with #153286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153286; }

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

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

background-color css

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

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

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

border-color css

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

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

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