Html Css Color HEX #013587 Smalt

📋 copy color: '#013587'

red 1 ◦ green 53 ◦ blue 135

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

Shades of Smalt #013587

Tints of Smalt #013587

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

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

 BLUE value IS 135 (53.13% from 255) = 71.43%

R = 0.53%
G = 28.04%
B = 71.43%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013587 (or 0x013587) is known color: Smalt. HEX triplet: 01, 35 and 87. RGB value is (1,53,135). Sum of RGB (Red+Green+Blue) = 1+53+135=189 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 189); Green value is 53 (21.09% from 255 or 28.04% from 189); Blue value is 135 (53.12% from 255 or 71.43% from 189); Max value from RGB is 135 - color contains mainly: blue. Hex color #013587 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013587 is #FECA78. Grayscale: #2E2E2E. Windows color (decimal): -16697977 or 8860929. OLE color: 8860929.

HSL color Cylindrical-coordinate representation of color #013587: hue angle of 216.72º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013587 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 53 135 -
CMYK 0.99 0.61 0 0.47
HSL 216.72º 0.99% 0.27% -
HSV(B) 216.72º 0.99% 0.53% -
XYZ 5.66 4.3 23.45 -
YUV 46.8 177.77 95.33 -
System Red Green Blue C M Y K H S L
Decimal 1 53 135 0.99 0.61 0 0.47 216.72 0.99 0.27
Hex 1 35 87 63 3D 0 2F D9 63 1B
Octal 1 65 207 143 75 0 57 331 143 33
Binary 1 110101 10000111 1100011 111101 0 101111 11011001 1100011 11011

Color Harmonies of #013587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013587

Black with #013587

Text Example


Text Example

White with #013587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013587; }

 p { color: rgb(1,53,135); }

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

background-color css

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

 a { background-color: rgb(1,53,135); }

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

border-color css

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

 span { border-color: rgb(1,53,135); }

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