Html Css Color HEX #013090 Smalt

📋 copy color: '#013090'

red 1 ◦ green 48 ◦ blue 144

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

Shades of Smalt #013090

Tints of Smalt #013090

RGB

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

 GREEN value IS 48 (19.14% from 255) = 24.87%

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

R = 0.52%
G = 24.87%
B = 74.61%

CMYK

 C value IS 0.99

 M value IS 0.67

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013090 (or 0x013090) is known color: Smalt. HEX triplet: 01, 30 and 90. RGB value is (1,48,144). Sum of RGB (Red+Green+Blue) = 1+48+144=193 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.52% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 144 (56.64% from 255 or 74.61% from 193); Max value from RGB is 144 - color contains mainly: blue. Hex color #013090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013090 is #FECF6F. Grayscale: #2C2C2C. Windows color (decimal): -16699248 or 9449473. OLE color: 9449473.

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

Color convert

RGB 1 48 144 -
CMYK 0.99 0.67 0 0.44
HSL 220.28º 0.99% 0.28% -
HSV(B) 220.28º 0.99% 0.56% -
XYZ 6.1 4.13 26.86 -
YUV 44.89 183.93 96.69 -
System Red Green Blue C M Y K H S L
Decimal 1 48 144 0.99 0.67 0 0.44 220.28 0.99 0.28
Hex 1 30 90 63 43 0 2C DC 63 1C
Octal 1 60 220 143 103 0 54 334 143 34
Binary 1 110000 10010000 1100011 1000011 0 101100 11011100 1100011 11100

Color Harmonies of #013090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013090

Black with #013090

Text Example


Text Example

White with #013090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013090; }

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

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

background-color css

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

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

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

border-color css

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

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

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