Html Css Color HEX #153F91 Smalt

📋 copy color: '#153F91'

red 21 ◦ green 63 ◦ blue 145

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

Shades of Smalt #153F91

Tints of Smalt #153F91

RGB

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

 GREEN value IS 63 (25% from 255) = 27.51%

 BLUE value IS 145 (57.03% from 255) = 63.32%

R = 9.17%
G = 27.51%
B = 63.32%

CMYK

 C value IS 0.86

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#153F91 (or 0x153F91) is known color: Smalt. HEX triplet: 15, 3F and 91. RGB value is (21,63,145). Sum of RGB (Red+Green+Blue) = 21+63+145=229 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.17% from 229); Green value is 63 (25% from 255 or 27.51% from 229); Blue value is 145 (57.03% from 255 or 63.32% from 229); Max value from RGB is 145 - color contains mainly: blue. Hex color #153F91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153F91 is #EAC06E. Grayscale: #3B3B3B. Windows color (decimal): -15384687 or 9518869. OLE color: 9518869.

HSL color Cylindrical-coordinate representation of color #153F91: hue angle of 219.68º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #153F91 is Cyan = 0.86, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 21 63 145 -
CMYK 0.86 0.57 0 0.43
HSL 219.68º 0.75% 0.33% -
HSV(B) 219.68º 0.86% 0.57% -
XYZ 7.2 5.76 27.52 -
YUV 59.79 176.09 100.33 -
System Red Green Blue C M Y K H S L
Decimal 21 63 145 0.86 0.57 0 0.43 219.68 0.75 0.33
Hex 15 3F 91 56 39 0 2B DC 4B 21
Octal 25 77 221 126 71 0 53 334 113 41
Binary 10101 111111 10010001 1010110 111001 0 101011 11011100 1001011 100001

Color Harmonies of #153F91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153F91

Black with #153F91

Text Example


Text Example

White with #153F91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #153F91; }

 p { color: rgb(21,63,145); }

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

background-color css

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

 a { background-color: rgb(21,63,145); }

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

border-color css

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

 span { border-color: rgb(21,63,145); }

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