Html Css Color HEX #013790 Smalt

📋 copy color: '#013790'

red 1 ◦ green 55 ◦ blue 144

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

Shades of Smalt #013790

Tints of Smalt #013790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 27.5%

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

R = 0.5%
G = 27.5%
B = 72%

CMYK

 C value IS 0.99

 M value IS 0.62

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013790 (or 0x013790) is known color: Smalt. HEX triplet: 01, 37 and 90. RGB value is (1,55,144). Sum of RGB (Red+Green+Blue) = 1+55+144=200 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.5% from 200); Green value is 55 (21.88% from 255 or 27.5% from 200); Blue value is 144 (56.64% from 255 or 72% from 200); Max value from RGB is 144 - color contains mainly: blue. Hex color #013790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013790 is #FEC86F. Grayscale: #303030. Windows color (decimal): -16697456 or 9451265. OLE color: 9451265.

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

Color convert

RGB 1 55 144 -
CMYK 0.99 0.62 0 0.44
HSL 217.34º 0.99% 0.28% -
HSV(B) 217.34º 0.99% 0.56% -
XYZ 6.41 4.75 26.96 -
YUV 49 181.61 93.76 -
System Red Green Blue C M Y K H S L
Decimal 1 55 144 0.99 0.62 0 0.44 217.34 0.99 0.28
Hex 1 37 90 63 3E 0 2C D9 63 1C
Octal 1 67 220 143 76 0 54 331 143 34
Binary 1 110111 10010000 1100011 111110 0 101100 11011001 1100011 11100

Color Harmonies of #013790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013790

Black with #013790

Text Example


Text Example

White with #013790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013790; }

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

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

background-color css

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

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

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

border-color css

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

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

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