Html Css Color HEX #13318C Smalt

📋 copy color: '#13318C'

red 19 ◦ green 49 ◦ blue 140

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

Shades of Smalt #13318C

Tints of Smalt #13318C

RGB

 RED value IS 19 (7.81% from 255) = 9.13%

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

 BLUE value IS 140 (55.08% from 255) = 67.31%

R = 9.13%
G = 23.56%
B = 67.31%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13318C (or 0x13318C) is known color: Smalt. HEX triplet: 13, 31 and 8C. RGB value is (19,49,140). Sum of RGB (Red+Green+Blue) = 19+49+140=208 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.13% from 208); Green value is 49 (19.53% from 255 or 23.56% from 208); Blue value is 140 (55.08% from 255 or 67.31% from 208); Max value from RGB is 140 - color contains mainly: blue. Hex color #13318C is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13318C is #ECCE73. Grayscale: #323232. Windows color (decimal): -15519348 or 9187603. OLE color: 9187603.

HSL color Cylindrical-coordinate representation of color #13318C: hue angle of 225.12º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #13318C is Cyan = 0.86, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 49 140 -
CMYK 0.86 0.65 0 0.45
HSL 225.12º 0.76% 0.31% -
HSV(B) 225.12º 0.86% 0.55% -
XYZ 6.1 4.23 25.31 -
YUV 50.4 178.56 105.6 -
System Red Green Blue C M Y K H S L
Decimal 19 49 140 0.86 0.65 0 0.45 225.12 0.76 0.31
Hex 13 31 8C 56 41 0 2D E1 4C 1F
Octal 23 61 214 126 101 0 55 341 114 37
Binary 10011 110001 10001100 1010110 1000001 0 101101 11100001 1001100 11111

Color Harmonies of #13318C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13318C

Black with #13318C

Text Example


Text Example

White with #13318C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13318C; }

 p { color: rgb(19,49,140); }

 H1.HeaderClassName
 {
   color: #13318C;
 }
 .AnyTagClassName
 {
   color: #13318C;
 }
</style>

background-color css

<style>
 a { background-color: #13318C; }

 a { background-color: rgb(19,49,140); }

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

border-color css

<style>
 span { border-color: #13318C; }

 span { border-color: rgb(19,49,140); }

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