Html Css Color HEX #022A90 Smalt

📋 copy color: '#022A90'

red 2 ◦ green 42 ◦ blue 144

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

Shades of Smalt #022A90

Tints of Smalt #022A90

RGB

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

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

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

R = 1.06%
G = 22.34%
B = 76.6%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#022A90 (or 0x022A90) is known color: Smalt. HEX triplet: 02, 2A and 90. RGB value is (2,42,144). Sum of RGB (Red+Green+Blue) = 2+42+144=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 42 (16.80% from 255 or 22.34% from 188); Blue value is 144 (56.64% from 255 or 76.60% from 188); Max value from RGB is 144 - color contains mainly: blue. Hex color #022A90 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022A90 is #FDD56F. Grayscale: #292929. Windows color (decimal): -16635248 or 9447938. OLE color: 9447938.

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

Color convert

RGB 2 42 144 -
CMYK 0.99 0.71 0 0.44
HSL 223.1º 0.97% 0.29% -
HSV(B) 223.1º 0.99% 0.56% -
XYZ 5.89 3.68 26.79 -
YUV 41.67 185.75 99.71 -
System Red Green Blue C M Y K H S L
Decimal 2 42 144 0.99 0.71 0 0.44 223.1 0.97 0.29
Hex 2 2A 90 63 47 0 2C DF 61 1D
Octal 2 52 220 143 107 0 54 337 141 35
Binary 10 101010 10010000 1100011 1000111 0 101100 11011111 1100001 11101

Color Harmonies of #022A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022A90

Black with #022A90

Text Example


Text Example

White with #022A90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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