Html Css Color HEX #013290 Smalt

📋 copy color: '#013290'

red 1 ◦ green 50 ◦ blue 144

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

Shades of Smalt #013290

Tints of Smalt #013290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 25.64%

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

R = 0.51%
G = 25.64%
B = 73.85%

CMYK

 C value IS 0.99

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#013290 (or 0x013290) is known color: Smalt. HEX triplet: 01, 32 and 90. RGB value is (1,50,144). Sum of RGB (Red+Green+Blue) = 1+50+144=195 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.51% from 195); Green value is 50 (19.92% from 255 or 25.64% from 195); Blue value is 144 (56.64% from 255 or 73.85% from 195); Max value from RGB is 144 - color contains mainly: blue. Hex color #013290 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #013290 is #FECD6F. Grayscale: #2D2D2D. Windows color (decimal): -16698736 or 9449985. OLE color: 9449985.

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

Color convert

RGB 1 50 144 -
CMYK 0.99 0.65 0 0.44
HSL 219.44º 0.99% 0.28% -
HSV(B) 219.44º 0.99% 0.56% -
XYZ 6.19 4.3 26.89 -
YUV 46.07 183.27 95.86 -
System Red Green Blue C M Y K H S L
Decimal 1 50 144 0.99 0.65 0 0.44 219.44 0.99 0.28
Hex 1 32 90 63 41 0 2C DB 63 1C
Octal 1 62 220 143 101 0 54 333 143 34
Binary 1 110010 10010000 1100011 1000001 0 101100 11011011 1100011 11100

Color Harmonies of #013290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #013290

Black with #013290

Text Example


Text Example

White with #013290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #013290; }

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

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

background-color css

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

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

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

border-color css

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

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

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