Html Css Color HEX #012490 Smalt

📋 copy color: '#012490'

red 1 ◦ green 36 ◦ blue 144

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

Shades of Smalt #012490

Tints of Smalt #012490

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 0.55%
G = 19.89%
B = 79.56%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#012490 (or 0x012490) is known color: Smalt. HEX triplet: 01, 24 and 90. RGB value is (1,36,144). Sum of RGB (Red+Green+Blue) = 1+36+144=181 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.55% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 144 (56.64% from 255 or 79.56% from 181); Max value from RGB is 144 - color contains mainly: blue. Hex color #012490 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012490 is #FEDB6F. Grayscale: #252525. Windows color (decimal): -16702320 or 9446401. OLE color: 9446401.

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

Color convert

RGB 1 36 144 -
CMYK 0.99 0.75 0 0.44
HSL 225.31º 0.99% 0.28% -
HSV(B) 225.31º 0.99% 0.56% -
XYZ 5.68 3.28 26.72 -
YUV 37.85 187.9 101.72 -
System Red Green Blue C M Y K H S L
Decimal 1 36 144 0.99 0.75 0 0.44 225.31 0.99 0.28
Hex 1 24 90 63 4B 0 2C E1 63 1C
Octal 1 44 220 143 113 0 54 341 143 34
Binary 1 100100 10010000 1100011 1001011 0 101100 11100001 1100011 11100

Color Harmonies of #012490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012490

Black with #012490

Text Example


Text Example

White with #012490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012490; }

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

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

background-color css

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

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

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

border-color css

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

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

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