Html Css Color HEX #15358D Smalt

📋 copy color: '#15358D'

red 21 ◦ green 53 ◦ blue 141

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

Shades of Smalt #15358D

Tints of Smalt #15358D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 24.65%

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

R = 9.77%
G = 24.65%
B = 65.58%

CMYK

 C value IS 0.85

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15358D (or 0x15358D) is known color: Smalt. HEX triplet: 15, 35 and 8D. RGB value is (21,53,141). Sum of RGB (Red+Green+Blue) = 21+53+141=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 53 (21.09% from 255 or 24.65% from 215); Blue value is 141 (55.47% from 255 or 65.58% from 215); Max value from RGB is 141 - color contains mainly: blue. Hex color #15358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15358D is #EACA72. Grayscale: #353535. Windows color (decimal): -15387251 or 9254165. OLE color: 9254165.

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

Color convert

RGB 21 53 141 -
CMYK 0.85 0.62 0 0.45
HSL 224º 0.74% 0.32% -
HSV(B) 224º 0.85% 0.55% -
XYZ 6.39 4.63 25.76 -
YUV 53.46 177.4 104.84 -
System Red Green Blue C M Y K H S L
Decimal 21 53 141 0.85 0.62 0 0.45 224 0.74 0.32
Hex 15 35 8D 55 3E 0 2D E0 4A 20
Octal 25 65 215 125 76 0 55 340 112 40
Binary 10101 110101 10001101 1010101 111110 0 101101 11100000 1001010 100000

Color Harmonies of #15358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15358D

Black with #15358D

Text Example


Text Example

White with #15358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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