Html Css Color HEX #013490 Smalt

📋 copy color: '#013490'

red 1 ◦ green 52 ◦ blue 144

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

Shades of Smalt #013490

Tints of Smalt #013490

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.4%

 BLUE value IS 144 (56.64% from 255) = 73.1%

R = 0.51%
G = 26.4%
B = 73.1%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013490 (or 0x013490) is known color: Smalt. HEX triplet: 01, 34 and 90. RGB value is (1,52,144). Sum of RGB (Red+Green+Blue) = 1+52+144=197 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 197); Green value is 52 (20.70% from 255 or 26.40% from 197); Blue value is 144 (56.64% from 255 or 73.10% from 197); Max value from RGB is 144 - color contains mainly: blue. Hex color #013490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013490 is #FECB6F. Grayscale: #2E2E2E. Windows color (decimal): -16698224 or 9450497. OLE color: 9450497.

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

Color convert

RGB 1 52 144 -
CMYK 0.99 0.64 0 0.44
HSL 218.6º 0.99% 0.28% -
HSV(B) 218.6º 0.99% 0.56% -
XYZ 6.27 4.48 26.92 -
YUV 47.24 182.6 95.02 -
System Red Green Blue C M Y K H S L
Decimal 1 52 144 0.99 0.64 0 0.44 218.6 0.99 0.28
Hex 1 34 90 63 40 0 2C DB 63 1C
Octal 1 64 220 143 100 0 54 333 143 34
Binary 1 110100 10010000 1100011 1000000 0 101100 11011011 1100011 11100

Color Harmonies of #013490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013490

Black with #013490

Text Example


Text Example

White with #013490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013490; }

 p { color: rgb(1,52,144); }

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

background-color css

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

 a { background-color: rgb(1,52,144); }

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

border-color css

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

 span { border-color: rgb(1,52,144); }

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