Html Css Color HEX #153D8F Smalt

📋 copy color: '#153D8F'

red 21 ◦ green 61 ◦ blue 143

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

Shades of Smalt #153D8F

Tints of Smalt #153D8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 63.56%

R = 9.33%
G = 27.11%
B = 63.56%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#153D8F (or 0x153D8F) is known color: Smalt. HEX triplet: 15, 3D and 8F. RGB value is (21,61,143). Sum of RGB (Red+Green+Blue) = 21+61+143=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 61 (24.22% from 255 or 27.11% from 225); Blue value is 143 (56.25% from 255 or 63.56% from 225); Max value from RGB is 143 - color contains mainly: blue. Hex color #153D8F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153D8F is #EAC270. Grayscale: #3A3A3A. Windows color (decimal): -15385201 or 9387285. OLE color: 9387285.

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

Color convert

RGB 21 61 143 -
CMYK 0.85 0.57 0 0.44
HSL 220.33º 0.74% 0.32% -
HSV(B) 220.33º 0.85% 0.56% -
XYZ 6.94 5.48 26.68 -
YUV 58.39 175.75 101.33 -
System Red Green Blue C M Y K H S L
Decimal 21 61 143 0.85 0.57 0 0.44 220.33 0.74 0.32
Hex 15 3D 8F 55 39 0 2C DC 4A 20
Octal 25 75 217 125 71 0 54 334 112 40
Binary 10101 111101 10001111 1010101 111001 0 101100 11011100 1001010 100000

Color Harmonies of #153D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #153D8F

Black with #153D8F

Text Example


Text Example

White with #153D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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