Html Css Color HEX #013CA1 Smalt

📋 copy color: '#013CA1'

red 1 ◦ green 60 ◦ blue 161

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

Shades of Smalt #013CA1

Tints of Smalt #013CA1

RGB

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

 GREEN value IS 60 (23.83% from 255) = 27.03%

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

R = 0.45%
G = 27.03%
B = 72.52%

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

#013CA1 (or 0x013CA1) is known color: Smalt. HEX triplet: 01, 3C and A1. RGB value is (1,60,161). Sum of RGB (Red+Green+Blue) = 1+60+161=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 60 (23.83% from 255 or 27.03% from 222); Blue value is 161 (63.28% from 255 or 72.52% from 222); Max value from RGB is 161 - color contains mainly: blue. Hex color #013CA1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013CA1 is #FEC35E. Grayscale: #353535. Windows color (decimal): -16696159 or 10566657. OLE color: 10566657.

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

Color convert

RGB 1 60 161 -
CMYK 0.99 0.63 0 0.37
HSL 217.88º 0.99% 0.32% -
HSV(B) 217.88º 0.99% 0.63% -
XYZ 8.06 5.81 34.42 -
YUV 53.87 188.45 90.29 -
System Red Green Blue C M Y K H S L
Decimal 1 60 161 0.99 0.63 0 0.37 217.88 0.99 0.32
Hex 1 3C A1 63 3F 0 25 DA 63 20
Octal 1 74 241 143 77 0 45 332 143 40
Binary 1 111100 10100001 1100011 111111 0 100101 11011010 1100011 100000

Color Harmonies of #013CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013CA1

Black with #013CA1

Text Example


Text Example

White with #013CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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