Html Css Color HEX #013586 Smalt

📋 copy color: '#013586'

red 1 ◦ green 53 ◦ blue 134

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

Shades of Smalt #013586

Tints of Smalt #013586

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 71.28%

R = 0.53%
G = 28.19%
B = 71.28%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013586 (or 0x013586) is known color: Smalt. HEX triplet: 01, 35 and 86. RGB value is (1,53,134). Sum of RGB (Red+Green+Blue) = 1+53+134=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 53 (21.09% from 255 or 28.19% from 188); Blue value is 134 (52.73% from 255 or 71.28% from 188); Max value from RGB is 134 - color contains mainly: blue. Hex color #013586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013586 is #FECA79. Grayscale: #2E2E2E. Windows color (decimal): -16697978 or 8795393. OLE color: 8795393.

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

Color convert

RGB 1 53 134 -
CMYK 0.99 0.60 0 0.47
HSL 216.54º 0.99% 0.26% -
HSV(B) 216.54º 0.99% 0.53% -
XYZ 5.59 4.27 23.08 -
YUV 46.69 177.27 95.41 -
System Red Green Blue C M Y K H S L
Decimal 1 53 134 0.99 0.60 0 0.47 216.54 0.99 0.26
Hex 1 35 86 63 3C 0 2F D9 63 1A
Octal 1 65 206 143 74 0 57 331 143 32
Binary 1 110101 10000110 1100011 111100 0 101111 11011001 1100011 11010

Color Harmonies of #013586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013586

Black with #013586

Text Example


Text Example

White with #013586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013586; }

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

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

background-color css

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

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

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

border-color css

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

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

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