Html Css Color HEX #022890 Smalt

📋 copy color: '#022890'

red 2 ◦ green 40 ◦ blue 144

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

Shades of Smalt #022890

Tints of Smalt #022890

RGB

 RED value IS 2 (1.17% from 255) = 1.08%

 GREEN value IS 40 (16.02% from 255) = 21.51%

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

R = 1.08%
G = 21.51%
B = 77.42%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#022890 (or 0x022890) is known color: Smalt. HEX triplet: 02, 28 and 90. RGB value is (2,40,144). Sum of RGB (Red+Green+Blue) = 2+40+144=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 40 (16.02% from 255 or 21.51% from 186); Blue value is 144 (56.64% from 255 or 77.42% from 186); Max value from RGB is 144 - color contains mainly: blue. Hex color #022890 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022890 is #FDD76F. Grayscale: #282828. Windows color (decimal): -16635760 or 9447426. OLE color: 9447426.

HSL color Cylindrical-coordinate representation of color #022890: hue angle of 223.94º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022890 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 2 40 144 -
CMYK 0.99 0.72 0 0.44
HSL 223.94º 0.97% 0.29% -
HSV(B) 223.94º 0.99% 0.56% -
XYZ 5.82 3.54 26.76 -
YUV 40.49 186.41 100.54 -
System Red Green Blue C M Y K H S L
Decimal 2 40 144 0.99 0.72 0 0.44 223.94 0.97 0.29
Hex 2 28 90 63 48 0 2C E0 61 1D
Octal 2 50 220 143 110 0 54 340 141 35
Binary 10 101000 10010000 1100011 1001000 0 101100 11100000 1100001 11101

Color Harmonies of #022890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022890

Black with #022890

Text Example


Text Example

White with #022890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022890; }

 p { color: rgb(2,40,144); }

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

background-color css

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

 a { background-color: rgb(2,40,144); }

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

border-color css

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

 span { border-color: rgb(2,40,144); }

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