Html Css Color HEX #15378D Smalt

📋 copy color: '#15378D'

red 21 ◦ green 55 ◦ blue 141

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

Shades of Smalt #15378D

Tints of Smalt #15378D

RGB

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

 GREEN value IS 55 (21.88% from 255) = 25.35%

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

R = 9.68%
G = 25.35%
B = 64.98%

CMYK

 C value IS 0.85

 M value IS 0.61

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15378D (or 0x15378D) is known color: Smalt. HEX triplet: 15, 37 and 8D. RGB value is (21,55,141). Sum of RGB (Red+Green+Blue) = 21+55+141=217 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.68% from 217); Green value is 55 (21.88% from 255 or 25.35% from 217); Blue value is 141 (55.47% from 255 or 64.98% from 217); Max value from RGB is 141 - color contains mainly: blue. Hex color #15378D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15378D is #EAC872. Grayscale: #363636. Windows color (decimal): -15386739 or 9254677. OLE color: 9254677.

HSL color Cylindrical-coordinate representation of color #15378D: hue angle of 223º 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 #15378D is Cyan = 0.85, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 55 141 -
CMYK 0.85 0.61 0 0.45
HSL 223º 0.74% 0.32% -
HSV(B) 223º 0.85% 0.55% -
XYZ 6.48 4.81 25.79 -
YUV 54.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 21 55 141 0.85 0.61 0 0.45 223 0.74 0.32
Hex 15 37 8D 55 3D 0 2D DF 4A 20
Octal 25 67 215 125 75 0 55 337 112 40
Binary 10101 110111 10001101 1010101 111101 0 101101 11011111 1001010 100000

Color Harmonies of #15378D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15378D

Black with #15378D

Text Example


Text Example

White with #15378D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15378D; }

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

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

background-color css

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

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

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

border-color css

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

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

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