Html Css Color HEX #013189 Smalt

📋 copy color: '#013189'

red 1 ◦ green 49 ◦ blue 137

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

Shades of Smalt #013189

Tints of Smalt #013189

RGB

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

 GREEN value IS 49 (19.53% from 255) = 26.2%

 BLUE value IS 137 (53.91% from 255) = 73.26%

R = 0.53%
G = 26.2%
B = 73.26%

CMYK

 C value IS 0.99

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#013189 (or 0x013189) is known color: Smalt. HEX triplet: 01, 31 and 89. RGB value is (1,49,137). Sum of RGB (Red+Green+Blue) = 1+49+137=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 49 (19.53% from 255 or 26.20% from 187); Blue value is 137 (53.91% from 255 or 73.26% from 187); Max value from RGB is 137 - color contains mainly: blue. Hex color #013189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013189 is #FECE76. Grayscale: #2C2C2C. Windows color (decimal): -16698999 or 8990977. OLE color: 8990977.

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

Color convert

RGB 1 49 137 -
CMYK 0.99 0.64 0 0.46
HSL 218.82º 0.99% 0.27% -
HSV(B) 218.82º 0.99% 0.54% -
XYZ 5.63 4.01 24.14 -
YUV 44.68 180.1 96.84 -
System Red Green Blue C M Y K H S L
Decimal 1 49 137 0.99 0.64 0 0.46 218.82 0.99 0.27
Hex 1 31 89 63 40 0 2E DB 63 1B
Octal 1 61 211 143 100 0 56 333 143 33
Binary 1 110001 10001001 1100011 1000000 0 101110 11011011 1100011 11011

Color Harmonies of #013189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013189

Black with #013189

Text Example


Text Example

White with #013189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013189; }

 p { color: rgb(1,49,137); }

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

background-color css

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

 a { background-color: rgb(1,49,137); }

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

border-color css

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

 span { border-color: rgb(1,49,137); }

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