Html Css Color HEX #013487 Smalt

📋 copy color: '#013487'

red 1 ◦ green 52 ◦ blue 135

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

Shades of Smalt #013487

Tints of Smalt #013487

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

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

R = 0.53%
G = 27.66%
B = 71.81%

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

#013487 (or 0x013487) is known color: Smalt. HEX triplet: 01, 34 and 87. RGB value is (1,52,135). Sum of RGB (Red+Green+Blue) = 1+52+135=188 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 135 (53.12% from 255 or 71.81% from 188); Max value from RGB is 135 - color contains mainly: blue. Hex color #013487 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013487 is #FECB78. Grayscale: #2D2D2D. Windows color (decimal): -16698233 or 8860673. OLE color: 8860673.

HSL color Cylindrical-coordinate representation of color #013487: hue angle of 217.16º 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 #013487 is Cyan = 0.99, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 52 135 -
CMYK 0.99 0.61 0 0.47
HSL 217.16º 0.99% 0.27% -
HSV(B) 217.16º 0.99% 0.53% -
XYZ 5.61 4.21 23.44 -
YUV 46.21 178.1 95.75 -
System Red Green Blue C M Y K H S L
Decimal 1 52 135 0.99 0.61 0 0.47 217.16 0.99 0.27
Hex 1 34 87 63 3D 0 2F D9 63 1B
Octal 1 64 207 143 75 0 57 331 143 33
Binary 1 110100 10000111 1100011 111101 0 101111 11011001 1100011 11011

Color Harmonies of #013487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013487

Black with #013487

Text Example


Text Example

White with #013487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013487; }

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

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

background-color css

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

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

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

border-color css

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

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

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