Html Css Color HEX #15328D Smalt

📋 copy color: '#15328D'

red 21 ◦ green 50 ◦ blue 141

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

Shades of Smalt #15328D

Tints of Smalt #15328D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 23.58%

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

R = 9.91%
G = 23.58%
B = 66.51%

CMYK

 C value IS 0.85

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15328D (or 0x15328D) is known color: Smalt. HEX triplet: 15, 32 and 8D. RGB value is (21,50,141). Sum of RGB (Red+Green+Blue) = 21+50+141=212 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.91% from 212); Green value is 50 (19.92% from 255 or 23.58% from 212); Blue value is 141 (55.47% from 255 or 66.51% from 212); Max value from RGB is 141 - color contains mainly: blue. Hex color #15328D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15328D is #EACD72. Grayscale: #333333. Windows color (decimal): -15388019 or 9253397. OLE color: 9253397.

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

Color convert

RGB 21 50 141 -
CMYK 0.85 0.65 0 0.45
HSL 225.5º 0.74% 0.32% -
HSV(B) 225.5º 0.85% 0.55% -
XYZ 6.26 4.36 25.71 -
YUV 51.7 178.39 106.1 -
System Red Green Blue C M Y K H S L
Decimal 21 50 141 0.85 0.65 0 0.45 225.5 0.74 0.32
Hex 15 32 8D 55 41 0 2D E2 4A 20
Octal 25 62 215 125 101 0 55 342 112 40
Binary 10101 110010 10001101 1010101 1000001 0 101101 11100010 1001010 100000

Color Harmonies of #15328D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15328D

Black with #15328D

Text Example


Text Example

White with #15328D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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