Html Css Color HEX #013990 Smalt

📋 copy color: '#013990'

red 1 ◦ green 57 ◦ blue 144

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

Shades of Smalt #013990

Tints of Smalt #013990

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.22%

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

R = 0.5%
G = 28.22%
B = 71.29%

CMYK

 C value IS 0.99

 M value IS 0.60

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013990 (or 0x013990) is known color: Smalt. HEX triplet: 01, 39 and 90. RGB value is (1,57,144). Sum of RGB (Red+Green+Blue) = 1+57+144=202 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.50% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 144 (56.64% from 255 or 71.29% from 202); Max value from RGB is 144 - color contains mainly: blue. Hex color #013990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013990 is #FEC66F. Grayscale: #313131. Windows color (decimal): -16696944 or 9451777. OLE color: 9451777.

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

Color convert

RGB 1 57 144 -
CMYK 0.99 0.60 0 0.44
HSL 216.5º 0.99% 0.28% -
HSV(B) 216.5º 0.99% 0.56% -
XYZ 6.51 4.95 27 -
YUV 50.17 180.95 92.93 -
System Red Green Blue C M Y K H S L
Decimal 1 57 144 0.99 0.60 0 0.44 216.5 0.99 0.28
Hex 1 39 90 63 3C 0 2C D9 63 1C
Octal 1 71 220 143 74 0 54 331 143 34
Binary 1 111001 10010000 1100011 111100 0 101100 11011001 1100011 11100

Color Harmonies of #013990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013990

Black with #013990

Text Example


Text Example

White with #013990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013990; }

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

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

background-color css

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

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

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

border-color css

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

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

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