Html Css Color HEX #022291 Smalt

📋 copy color: '#022291'

red 2 ◦ green 34 ◦ blue 145

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

Shades of Smalt #022291

Tints of Smalt #022291

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.78%

 BLUE value IS 145 (57.03% from 255) = 80.11%

R = 1.1%
G = 18.78%
B = 80.11%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#022291 (or 0x022291) is known color: Smalt. HEX triplet: 02, 22 and 91. RGB value is (2,34,145). Sum of RGB (Red+Green+Blue) = 2+34+145=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 34 (13.67% from 255 or 18.78% from 181); Blue value is 145 (57.03% from 255 or 80.11% from 181); Max value from RGB is 145 - color contains mainly: blue. Hex color #022291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022291 is #FDDD6E. Grayscale: #242424. Windows color (decimal): -16637295 or 9511426. OLE color: 9511426.

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

Color convert

RGB 2 34 145 -
CMYK 0.99 0.77 0 0.43
HSL 226.57º 0.97% 0.29% -
HSV(B) 226.57º 0.99% 0.57% -
XYZ 5.71 3.2 27.11 -
YUV 37.09 188.9 102.97 -
System Red Green Blue C M Y K H S L
Decimal 2 34 145 0.99 0.77 0 0.43 226.57 0.97 0.29
Hex 2 22 91 63 4D 0 2B E3 61 1D
Octal 2 42 221 143 115 0 53 343 141 35
Binary 10 100010 10010001 1100011 1001101 0 101011 11100011 1100001 11101

Color Harmonies of #022291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022291

Black with #022291

Text Example


Text Example

White with #022291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022291; }

 p { color: rgb(2,34,145); }

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

background-color css

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

 a { background-color: rgb(2,34,145); }

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

border-color css

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

 span { border-color: rgb(2,34,145); }

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