Html Css Color HEX #13358D Smalt

📋 copy color: '#13358D'

red 19 ◦ green 53 ◦ blue 141

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

Shades of Smalt #13358D

Tints of Smalt #13358D

RGB

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

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

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

R = 8.92%
G = 24.88%
B = 66.2%

CMYK

 C value IS 0.87

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13358D (or 0x13358D) is known color: Smalt. HEX triplet: 13, 35 and 8D. RGB value is (19,53,141). Sum of RGB (Red+Green+Blue) = 19+53+141=213 (28% of max value = 765). Red value is 19 (7.81% from 255 or 8.92% from 213); Green value is 53 (21.09% from 255 or 24.88% from 213); Blue value is 141 (55.47% from 255 or 66.20% from 213); Max value from RGB is 141 - color contains mainly: blue. Hex color #13358D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13358D is #ECCA72. Grayscale: #343434. Windows color (decimal): -15518323 or 9254163. OLE color: 9254163.

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

Color convert

RGB 19 53 141 -
CMYK 0.87 0.62 0 0.45
HSL 223.28º 0.76% 0.31% -
HSV(B) 223.28º 0.87% 0.55% -
XYZ 6.35 4.61 25.75 -
YUV 52.87 177.74 103.84 -
System Red Green Blue C M Y K H S L
Decimal 19 53 141 0.87 0.62 0 0.45 223.28 0.76 0.31
Hex 13 35 8D 57 3E 0 2D DF 4C 1F
Octal 23 65 215 127 76 0 55 337 114 37
Binary 10011 110101 10001101 1010111 111110 0 101101 11011111 1001100 11111

Color Harmonies of #13358D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13358D

Black with #13358D

Text Example


Text Example

White with #13358D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(19,53,141); }

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

background-color css

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

 a { background-color: rgb(19,53,141); }

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

border-color css

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

 span { border-color: rgb(19,53,141); }

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