Html Css Color HEX #15328B Smalt

📋 copy color: '#15328B'

red 21 ◦ green 50 ◦ blue 139

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

Shades of Smalt #15328B

Tints of Smalt #15328B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 66.19%

R = 10%
G = 23.81%
B = 66.19%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#15328B (or 0x15328B) is known color: Smalt. HEX triplet: 15, 32 and 8B. RGB value is (21,50,139). Sum of RGB (Red+Green+Blue) = 21+50+139=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 50 (19.92% from 255 or 23.81% from 210); Blue value is 139 (54.69% from 255 or 66.19% from 210); Max value from RGB is 139 - color contains mainly: blue. Hex color #15328B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15328B is #EACD74. Grayscale: #333333. Windows color (decimal): -15388021 or 9122325. OLE color: 9122325.

HSL color Cylindrical-coordinate representation of color #15328B: hue angle of 225.25º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15328B is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 21 50 139 -
CMYK 0.85 0.64 0 0.45
HSL 225.25º 0.74% 0.31% -
HSV(B) 225.25º 0.85% 0.55% -
XYZ 6.11 4.3 24.93 -
YUV 51.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 21 50 139 0.85 0.64 0 0.45 225.25 0.74 0.31
Hex 15 32 8B 55 40 0 2D E1 4A 1F
Octal 25 62 213 125 100 0 55 341 112 37
Binary 10101 110010 10001011 1010101 1000000 0 101101 11100001 1001010 11111

Color Harmonies of #15328B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15328B

Black with #15328B

Text Example


Text Example

White with #15328B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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