Html Css Color HEX #013AA2 Smalt

📋 copy color: '#013AA2'

red 1 ◦ green 58 ◦ blue 162

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

Shades of Smalt #013AA2

Tints of Smalt #013AA2

RGB

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

 GREEN value IS 58 (23.05% from 255) = 26.24%

 BLUE value IS 162 (63.67% from 255) = 73.3%

R = 0.45%
G = 26.24%
B = 73.3%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#013AA2 (or 0x013AA2) is known color: Smalt. HEX triplet: 01, 3A and A2. RGB value is (1,58,162). Sum of RGB (Red+Green+Blue) = 1+58+162=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 162 (63.67% from 255 or 73.30% from 221); Max value from RGB is 162 - color contains mainly: blue. Hex color #013AA2 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013AA2 is #FEC55D. Grayscale: #343434. Windows color (decimal): -16696670 or 10631681. OLE color: 10631681.

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

Color convert

RGB 1 58 162 -
CMYK 0.99 0.64 0 0.36
HSL 218.76º 0.99% 0.32% -
HSV(B) 218.76º 0.99% 0.64% -
XYZ 8.05 5.64 34.85 -
YUV 52.81 189.62 91.04 -
System Red Green Blue C M Y K H S L
Decimal 1 58 162 0.99 0.64 0 0.36 218.76 0.99 0.32
Hex 1 3A A2 63 40 0 24 DB 63 20
Octal 1 72 242 143 100 0 44 333 143 40
Binary 1 111010 10100010 1100011 1000000 0 100100 11011011 1100011 100000

Color Harmonies of #013AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013AA2

Black with #013AA2

Text Example


Text Example

White with #013AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,58,162); }

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

background-color css

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

 a { background-color: rgb(1,58,162); }

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

border-color css

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

 span { border-color: rgb(1,58,162); }

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