Html Css Color HEX #013890 Smalt

📋 copy color: '#013890'

red 1 ◦ green 56 ◦ blue 144

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

Shades of Smalt #013890

Tints of Smalt #013890

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.86%

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

R = 0.5%
G = 27.86%
B = 71.64%

CMYK

 C value IS 0.99

 M value IS 0.61

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013890 (or 0x013890) is known color: Smalt. HEX triplet: 01, 38 and 90. RGB value is (1,56,144). Sum of RGB (Red+Green+Blue) = 1+56+144=201 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 144 (56.64% from 255 or 71.64% from 201); Max value from RGB is 144 - color contains mainly: blue. Hex color #013890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013890 is #FEC76F. Grayscale: #313131. Windows color (decimal): -16697200 or 9451521. OLE color: 9451521.

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

Color convert

RGB 1 56 144 -
CMYK 0.99 0.61 0 0.44
HSL 216.92º 0.99% 0.28% -
HSV(B) 216.92º 0.99% 0.56% -
XYZ 6.46 4.85 26.98 -
YUV 49.59 181.28 93.34 -
System Red Green Blue C M Y K H S L
Decimal 1 56 144 0.99 0.61 0 0.44 216.92 0.99 0.28
Hex 1 38 90 63 3D 0 2C D9 63 1C
Octal 1 70 220 143 75 0 54 331 143 34
Binary 1 111000 10010000 1100011 111101 0 101100 11011001 1100011 11100

Color Harmonies of #013890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013890

Black with #013890

Text Example


Text Example

White with #013890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013890; }

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

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

background-color css

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

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

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

border-color css

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

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

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