Html Css Color HEX #15318A Smalt

📋 copy color: '#15318A'

red 21 ◦ green 49 ◦ blue 138

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

Shades of Smalt #15318A

Tints of Smalt #15318A

RGB

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

 GREEN value IS 49 (19.53% from 255) = 23.56%

 BLUE value IS 138 (54.3% from 255) = 66.35%

R = 10.1%
G = 23.56%
B = 66.35%

CMYK

 C value IS 0.85

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#15318A (or 0x15318A) is known color: Smalt. HEX triplet: 15, 31 and 8A. RGB value is (21,49,138). Sum of RGB (Red+Green+Blue) = 21+49+138=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 138 (54.30% from 255 or 66.35% from 208); Max value from RGB is 138 - color contains mainly: blue. Hex color #15318A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15318A is #EACE75. Grayscale: #323232. Windows color (decimal): -15388278 or 9056533. OLE color: 9056533.

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

Color convert

RGB 21 49 138 -
CMYK 0.85 0.64 0 0.46
HSL 225.64º 0.74% 0.31% -
HSV(B) 225.64º 0.85% 0.54% -
XYZ 6 4.19 24.54 -
YUV 50.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 21 49 138 0.85 0.64 0 0.46 225.64 0.74 0.31
Hex 15 31 8A 55 40 0 2E E2 4A 1F
Octal 25 61 212 125 100 0 56 342 112 37
Binary 10101 110001 10001010 1010101 1000000 0 101110 11100010 1001010 11111

Color Harmonies of #15318A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15318A

Black with #15318A

Text Example


Text Example

White with #15318A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15318A; }

 p { color: rgb(21,49,138); }

 H1.HeaderClassName
 {
   color: #15318A;
 }
 .AnyTagClassName
 {
   color: #15318A;
 }
</style>

background-color css

<style>
 a { background-color: #15318A; }

 a { background-color: rgb(21,49,138); }

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

border-color css

<style>
 span { border-color: #15318A; }

 span { border-color: rgb(21,49,138); }

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