Html Css Color HEX #013286 Smalt

📋 copy color: '#013286'

red 1 ◦ green 50 ◦ blue 134

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

Shades of Smalt #013286

Tints of Smalt #013286

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.03%

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

R = 0.54%
G = 27.03%
B = 72.43%

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

#013286 (or 0x013286) is known color: Smalt. HEX triplet: 01, 32 and 86. RGB value is (1,50,134). Sum of RGB (Red+Green+Blue) = 1+50+134=185 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 134 (52.73% from 255 or 72.43% from 185); Max value from RGB is 134 - color contains mainly: blue. Hex color #013286 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013286 is #FECD79. Grayscale: #2C2C2C. Windows color (decimal): -16698746 or 8794625. OLE color: 8794625.

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

Color convert

RGB 1 50 134 -
CMYK 0.99 0.63 0 0.47
HSL 217.89º 0.99% 0.26% -
HSV(B) 217.89º 0.99% 0.53% -
XYZ 5.46 4.01 23.04 -
YUV 44.93 178.27 96.67 -
System Red Green Blue C M Y K H S L
Decimal 1 50 134 0.99 0.63 0 0.47 217.89 0.99 0.26
Hex 1 32 86 63 3F 0 2F DA 63 1A
Octal 1 62 206 143 77 0 57 332 143 32
Binary 1 110010 10000110 1100011 111111 0 101111 11011010 1100011 11010

Color Harmonies of #013286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013286

Black with #013286

Text Example


Text Example

White with #013286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013286; }

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

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

background-color css

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

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

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

border-color css

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

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

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