Html Css Color HEX #13358B Smalt

📋 copy color: '#13358B'

red 19 ◦ green 53 ◦ blue 139

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

Shades of Smalt #13358B

Tints of Smalt #13358B

RGB

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

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

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

R = 9%
G = 25.12%
B = 65.88%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#13358B (or 0x13358B) is known color: Smalt. HEX triplet: 13, 35 and 8B. RGB value is (19,53,139). Sum of RGB (Red+Green+Blue) = 19+53+139=211 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.00% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 139 (54.69% from 255 or 65.88% from 211); Max value from RGB is 139 - color contains mainly: blue. Hex color #13358B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #13358B is #ECCA74. Grayscale: #343434. Windows color (decimal): -15518325 or 9123091. OLE color: 9123091.

HSL color Cylindrical-coordinate representation of color #13358B: hue angle of 223º 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 #13358B is Cyan = 0.86, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 19 53 139 -
CMYK 0.86 0.62 0 0.45
HSL 223º 0.76% 0.31% -
HSV(B) 223º 0.86% 0.55% -
XYZ 6.2 4.55 24.98 -
YUV 52.64 176.74 104.01 -
System Red Green Blue C M Y K H S L
Decimal 19 53 139 0.86 0.62 0 0.45 223 0.76 0.31
Hex 13 35 8B 56 3E 0 2D DF 4C 1F
Octal 23 65 213 126 76 0 55 337 114 37
Binary 10011 110101 10001011 1010110 111110 0 101101 11011111 1001100 11111

Color Harmonies of #13358B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13358B

Black with #13358B

Text Example


Text Example

White with #13358B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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