Html Css Color HEX #013BA1 Smalt

📋 copy color: '#013BA1'

red 1 ◦ green 59 ◦ blue 161

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

Shades of Smalt #013BA1

Tints of Smalt #013BA1

RGB

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

 GREEN value IS 59 (23.44% from 255) = 26.7%

 BLUE value IS 161 (63.28% from 255) = 72.85%

R = 0.45%
G = 26.7%
B = 72.85%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#013BA1 (or 0x013BA1) is known color: Smalt. HEX triplet: 01, 3B and A1. RGB value is (1,59,161). Sum of RGB (Red+Green+Blue) = 1+59+161=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 59 (23.44% from 255 or 26.70% from 221); Blue value is 161 (63.28% from 255 or 72.85% from 221); Max value from RGB is 161 - color contains mainly: blue. Hex color #013BA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013BA1 is #FEC45E. Grayscale: #343434. Windows color (decimal): -16696415 or 10566401. OLE color: 10566401.

HSL color Cylindrical-coordinate representation of color #013BA1: hue angle of 218.25º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #013BA1 is Cyan = 0.99, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 1 59 161 -
CMYK 0.99 0.63 0 0.37
HSL 218.25º 0.99% 0.32% -
HSV(B) 218.25º 0.99% 0.63% -
XYZ 8.01 5.71 34.4 -
YUV 53.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 1 59 161 0.99 0.63 0 0.37 218.25 0.99 0.32
Hex 1 3B A1 63 3F 0 25 DA 63 20
Octal 1 73 241 143 77 0 45 332 143 40
Binary 1 111011 10100001 1100011 111111 0 100101 11011010 1100011 100000

Color Harmonies of #013BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013BA1

Black with #013BA1

Text Example


Text Example

White with #013BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013BA1; }

 p { color: rgb(1,59,161); }

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

background-color css

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

 a { background-color: rgb(1,59,161); }

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

border-color css

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

 span { border-color: rgb(1,59,161); }

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