Html Css Color HEX #013687 Smalt

📋 copy color: '#013687'

red 1 ◦ green 54 ◦ blue 135

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

Shades of Smalt #013687

Tints of Smalt #013687

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.42%

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

R = 0.53%
G = 28.42%
B = 71.05%

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

#013687 (or 0x013687) is known color: Smalt. HEX triplet: 01, 36 and 87. RGB value is (1,54,135). Sum of RGB (Red+Green+Blue) = 1+54+135=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 54 (21.48% from 255 or 28.42% from 190); Blue value is 135 (53.12% from 255 or 71.05% from 190); Max value from RGB is 135 - color contains mainly: blue. Hex color #013687 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013687 is #FEC978. Grayscale: #2F2F2F. Windows color (decimal): -16697721 or 8861185. OLE color: 8861185.

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

Color convert

RGB 1 54 135 -
CMYK 0.99 0.60 0 0.47
HSL 216.27º 0.99% 0.27% -
HSV(B) 216.27º 0.99% 0.53% -
XYZ 5.7 4.39 23.47 -
YUV 47.39 177.44 94.91 -
System Red Green Blue C M Y K H S L
Decimal 1 54 135 0.99 0.60 0 0.47 216.27 0.99 0.27
Hex 1 36 87 63 3C 0 2F D8 63 1B
Octal 1 66 207 143 74 0 57 330 143 33
Binary 1 110110 10000111 1100011 111100 0 101111 11011000 1100011 11011

Color Harmonies of #013687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013687

Black with #013687

Text Example


Text Example

White with #013687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013687; }

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

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

background-color css

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

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

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

border-color css

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

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

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