Html Css Color HEX #013A90 Smalt

📋 copy color: '#013A90'

red 1 ◦ green 58 ◦ blue 144

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

Shades of Smalt #013A90

Tints of Smalt #013A90

RGB

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

 GREEN value IS 58 (23.05% from 255) = 28.57%

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

R = 0.49%
G = 28.57%
B = 70.94%

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

#013A90 (or 0x013A90) is known color: Smalt. HEX triplet: 01, 3A and 90. RGB value is (1,58,144). Sum of RGB (Red+Green+Blue) = 1+58+144=203 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.49% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 144 (56.64% from 255 or 70.94% from 203); Max value from RGB is 144 - color contains mainly: blue. Hex color #013A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013A90 is #FEC56F. Grayscale: #323232. Windows color (decimal): -16696688 or 9452033. OLE color: 9452033.

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

Color convert

RGB 1 58 144 -
CMYK 0.99 0.60 0 0.44
HSL 216.08º 0.99% 0.28% -
HSV(B) 216.08º 0.99% 0.56% -
XYZ 6.56 5.05 27.01 -
YUV 50.76 180.62 92.51 -
System Red Green Blue C M Y K H S L
Decimal 1 58 144 0.99 0.60 0 0.44 216.08 0.99 0.28
Hex 1 3A 90 63 3C 0 2C D8 63 1C
Octal 1 72 220 143 74 0 54 330 143 34
Binary 1 111010 10010000 1100011 111100 0 101100 11011000 1100011 11100

Color Harmonies of #013A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013A90

Black with #013A90

Text Example


Text Example

White with #013A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013A90; }

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

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

background-color css

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

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

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

border-color css

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

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

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