Html Css Color HEX #15358E Smalt

📋 copy color: '#15358E'

red 21 ◦ green 53 ◦ blue 142

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

Shades of Smalt #15358E

Tints of Smalt #15358E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 65.74%

R = 9.72%
G = 24.54%
B = 65.74%

CMYK

 C value IS 0.85

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#15358E (or 0x15358E) is known color: Smalt. HEX triplet: 15, 35 and 8E. RGB value is (21,53,142). Sum of RGB (Red+Green+Blue) = 21+53+142=216 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.72% from 216); Green value is 53 (21.09% from 255 or 24.54% from 216); Blue value is 142 (55.86% from 255 or 65.74% from 216); Max value from RGB is 142 - color contains mainly: blue. Hex color #15358E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15358E is #EACA71. Grayscale: #353535. Windows color (decimal): -15387250 or 9319701. OLE color: 9319701.

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

Color convert

RGB 21 53 142 -
CMYK 0.85 0.63 0 0.44
HSL 224.13º 0.74% 0.32% -
HSV(B) 224.13º 0.85% 0.56% -
XYZ 6.46 4.66 26.15 -
YUV 53.58 177.9 104.76 -
System Red Green Blue C M Y K H S L
Decimal 21 53 142 0.85 0.63 0 0.44 224.13 0.74 0.32
Hex 15 35 8E 55 3F 0 2C E0 4A 20
Octal 25 65 216 125 77 0 54 340 112 40
Binary 10101 110101 10001110 1010101 111111 0 101100 11100000 1001010 100000

Color Harmonies of #15358E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15358E

Black with #15358E

Text Example


Text Example

White with #15358E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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