Html Css Color HEX #022A91 Smalt

📋 copy color: '#022A91'

red 2 ◦ green 42 ◦ blue 145

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

Shades of Smalt #022A91

Tints of Smalt #022A91

RGB

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

 GREEN value IS 42 (16.8% from 255) = 22.22%

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

R = 1.06%
G = 22.22%
B = 76.72%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#022A91 (or 0x022A91) is known color: Smalt. HEX triplet: 02, 2A and 91. RGB value is (2,42,145). Sum of RGB (Red+Green+Blue) = 2+42+145=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 145 (57.03% from 255 or 76.72% from 189); Max value from RGB is 145 - color contains mainly: blue. Hex color #022A91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A91 is #FDD56E. Grayscale: #292929. Windows color (decimal): -16635247 or 9513474. OLE color: 9513474.

HSL color Cylindrical-coordinate representation of color #022A91: hue angle of 223.22º 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 #022A91 is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 42 145 -
CMYK 0.99 0.71 0 0.43
HSL 223.22º 0.97% 0.29% -
HSV(B) 223.22º 0.99% 0.57% -
XYZ 5.96 3.71 27.19 -
YUV 41.78 186.25 99.62 -
System Red Green Blue C M Y K H S L
Decimal 2 42 145 0.99 0.71 0 0.43 223.22 0.97 0.29
Hex 2 2A 91 63 47 0 2B DF 61 1D
Octal 2 52 221 143 107 0 53 337 141 35
Binary 10 101010 10010001 1100011 1000111 0 101011 11011111 1100001 11101

Color Harmonies of #022A91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A91

Black with #022A91

Text Example


Text Example

White with #022A91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022A91; }

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

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

background-color css

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

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

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

border-color css

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

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

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