Html Css Color HEX #013590 Smalt

📋 copy color: '#013590'

red 1 ◦ green 53 ◦ blue 144

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

Shades of Smalt #013590

Tints of Smalt #013590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 26.77%

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

R = 0.51%
G = 26.77%
B = 72.73%

CMYK

 C value IS 0.99

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013590 (or 0x013590) is known color: Smalt. HEX triplet: 01, 35 and 90. RGB value is (1,53,144). Sum of RGB (Red+Green+Blue) = 1+53+144=198 (26% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 198); Green value is 53 (21.09% from 255 or 26.77% from 198); Blue value is 144 (56.64% from 255 or 72.73% from 198); Max value from RGB is 144 - color contains mainly: blue. Hex color #013590 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013590 is #FECA6F. Grayscale: #2F2F2F. Windows color (decimal): -16697968 or 9450753. OLE color: 9450753.

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

Color convert

RGB 1 53 144 -
CMYK 0.99 0.63 0 0.44
HSL 218.18º 0.99% 0.28% -
HSV(B) 218.18º 0.99% 0.56% -
XYZ 6.32 4.57 26.93 -
YUV 47.83 182.27 94.6 -
System Red Green Blue C M Y K H S L
Decimal 1 53 144 0.99 0.63 0 0.44 218.18 0.99 0.28
Hex 1 35 90 63 3F 0 2C DA 63 1C
Octal 1 65 220 143 77 0 54 332 143 34
Binary 1 110101 10010000 1100011 111111 0 101100 11011010 1100011 11100

Color Harmonies of #013590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013590

Black with #013590

Text Example


Text Example

White with #013590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013590; }

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

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

background-color css

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

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

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

border-color css

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

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

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