Html Css Color HEX #013386 Smalt

📋 copy color: '#013386'

red 1 ◦ green 51 ◦ blue 134

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

Shades of Smalt #013386

Tints of Smalt #013386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

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

R = 0.54%
G = 27.42%
B = 72.04%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#013386 (or 0x013386) is known color: Smalt. HEX triplet: 01, 33 and 86. RGB value is (1,51,134). Sum of RGB (Red+Green+Blue) = 1+51+134=186 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 134 (52.73% from 255 or 72.04% from 186); Max value from RGB is 134 - color contains mainly: blue. Hex color #013386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013386 is #FECC79. Grayscale: #2D2D2D. Windows color (decimal): -16698490 or 8794881. OLE color: 8794881.

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

Color convert

RGB 1 51 134 -
CMYK 0.99 0.62 0 0.47
HSL 217.44º 0.99% 0.26% -
HSV(B) 217.44º 0.99% 0.53% -
XYZ 5.5 4.1 23.05 -
YUV 45.51 177.94 96.25 -
System Red Green Blue C M Y K H S L
Decimal 1 51 134 0.99 0.62 0 0.47 217.44 0.99 0.26
Hex 1 33 86 63 3E 0 2F D9 63 1A
Octal 1 63 206 143 76 0 57 331 143 32
Binary 1 110011 10000110 1100011 111110 0 101111 11011001 1100011 11010

Color Harmonies of #013386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013386

Black with #013386

Text Example


Text Example

White with #013386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013386; }

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

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

background-color css

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

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

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

border-color css

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

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

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