Html Css Color HEX #153D8D Smalt

📋 copy color: '#153D8D'

red 21 ◦ green 61 ◦ blue 141

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

Shades of Smalt #153D8D

Tints of Smalt #153D8D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 27.35%

 BLUE value IS 141 (55.47% from 255) = 63.23%

R = 9.42%
G = 27.35%
B = 63.23%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#153D8D (or 0x153D8D) is known color: Smalt. HEX triplet: 15, 3D and 8D. RGB value is (21,61,141). Sum of RGB (Red+Green+Blue) = 21+61+141=223 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.42% from 223); Green value is 61 (24.22% from 255 or 27.35% from 223); Blue value is 141 (55.47% from 255 or 63.23% from 223); Max value from RGB is 141 - color contains mainly: blue. Hex color #153D8D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D8D is #EAC272. Grayscale: #393939. Windows color (decimal): -15385203 or 9256213. OLE color: 9256213.

HSL color Cylindrical-coordinate representation of color #153D8D: hue angle of 220º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #153D8D is Cyan = 0.85, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 61 141 -
CMYK 0.85 0.57 0 0.45
HSL 220º 0.74% 0.32% -
HSV(B) 220º 0.85% 0.55% -
XYZ 6.79 5.42 25.89 -
YUV 58.16 174.75 101.5 -
System Red Green Blue C M Y K H S L
Decimal 21 61 141 0.85 0.57 0 0.45 220 0.74 0.32
Hex 15 3D 8D 55 39 0 2D DC 4A 20
Octal 25 75 215 125 71 0 55 334 112 40
Binary 10101 111101 10001101 1010101 111001 0 101101 11011100 1001010 100000

Color Harmonies of #153D8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D8D

Black with #153D8D

Text Example


Text Example

White with #153D8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(21,61,141); }

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

background-color css

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

 a { background-color: rgb(21,61,141); }

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

border-color css

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

 span { border-color: rgb(21,61,141); }

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