Html Css Color HEX #012790 Smalt

📋 copy color: '#012790'

red 1 ◦ green 39 ◦ blue 144

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

Shades of Smalt #012790

Tints of Smalt #012790

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.2%

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

R = 0.54%
G = 21.2%
B = 78.26%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#012790 (or 0x012790) is known color: Smalt. HEX triplet: 01, 27 and 90. RGB value is (1,39,144). Sum of RGB (Red+Green+Blue) = 1+39+144=184 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.54% from 184); Green value is 39 (15.62% from 255 or 21.20% from 184); Blue value is 144 (56.64% from 255 or 78.26% from 184); Max value from RGB is 144 - color contains mainly: blue. Hex color #012790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #012790 is #FED86F. Grayscale: #272727. Windows color (decimal): -16701552 or 9447169. OLE color: 9447169.

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

Color convert

RGB 1 39 144 -
CMYK 0.99 0.73 0 0.44
HSL 224.06º 0.99% 0.28% -
HSV(B) 224.06º 0.99% 0.56% -
XYZ 5.77 3.47 26.75 -
YUV 39.61 186.91 100.46 -
System Red Green Blue C M Y K H S L
Decimal 1 39 144 0.99 0.73 0 0.44 224.06 0.99 0.28
Hex 1 27 90 63 49 0 2C E0 63 1C
Octal 1 47 220 143 111 0 54 340 143 34
Binary 1 100111 10010000 1100011 1001001 0 101100 11100000 1100011 11100

Color Harmonies of #012790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012790

Black with #012790

Text Example


Text Example

White with #012790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012790; }

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

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

background-color css

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

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

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

border-color css

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

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

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