Html Css Color HEX #013186 Smalt

📋 copy color: '#013186'

red 1 ◦ green 49 ◦ blue 134

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

Shades of Smalt #013186

Tints of Smalt #013186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.63%

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

R = 0.54%
G = 26.63%
B = 72.83%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013186 (or 0x013186) is known color: Smalt. HEX triplet: 01, 31 and 86. RGB value is (1,49,134). Sum of RGB (Red+Green+Blue) = 1+49+134=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 49 (19.53% from 255 or 26.63% from 184); Blue value is 134 (52.73% from 255 or 72.83% from 184); Max value from RGB is 134 - color contains mainly: blue. Hex color #013186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013186 is #FECE79. Grayscale: #2B2B2B. Windows color (decimal): -16699002 or 8794369. OLE color: 8794369.

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

Color convert

RGB 1 49 134 -
CMYK 0.99 0.63 0 0.47
HSL 218.35º 0.99% 0.26% -
HSV(B) 218.35º 0.99% 0.53% -
XYZ 5.41 3.92 23.03 -
YUV 44.34 178.6 97.09 -
System Red Green Blue C M Y K H S L
Decimal 1 49 134 0.99 0.63 0 0.47 218.35 0.99 0.26
Hex 1 31 86 63 3F 0 2F DA 63 1A
Octal 1 61 206 143 77 0 57 332 143 32
Binary 1 110001 10000110 1100011 111111 0 101111 11011010 1100011 11010

Color Harmonies of #013186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013186

Black with #013186

Text Example


Text Example

White with #013186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013186; }

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

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

background-color css

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

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

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

border-color css

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

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

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