Html Css Color HEX #13358A Smalt

📋 copy color: '#13358A'

red 19 ◦ green 53 ◦ blue 138

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

Shades of Smalt #13358A

Tints of Smalt #13358A

RGB

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

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

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

R = 9.05%
G = 25.24%
B = 65.71%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#13358A (or 0x13358A) is known color: Smalt. HEX triplet: 13, 35 and 8A. RGB value is (19,53,138). Sum of RGB (Red+Green+Blue) = 19+53+138=210 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.05% from 210); Green value is 53 (21.09% from 255 or 25.24% from 210); Blue value is 138 (54.30% from 255 or 65.71% from 210); Max value from RGB is 138 - color contains mainly: blue. Hex color #13358A is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13358A is #ECCA75. Grayscale: #343434. Windows color (decimal): -15518326 or 9057555. OLE color: 9057555.

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

Color convert

RGB 19 53 138 -
CMYK 0.86 0.62 0 0.46
HSL 222.86º 0.76% 0.31% -
HSV(B) 222.86º 0.86% 0.54% -
XYZ 6.13 4.52 24.59 -
YUV 52.52 176.24 104.09 -
System Red Green Blue C M Y K H S L
Decimal 19 53 138 0.86 0.62 0 0.46 222.86 0.76 0.31
Hex 13 35 8A 56 3E 0 2E DF 4C 1F
Octal 23 65 212 126 76 0 56 337 114 37
Binary 10011 110101 10001010 1010110 111110 0 101110 11011111 1001100 11111

Color Harmonies of #13358A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13358A

Black with #13358A

Text Example


Text Example

White with #13358A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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