Html Css Color HEX #022089 Smalt

📋 copy color: '#022089'

red 2 ◦ green 32 ◦ blue 137

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

Shades of Smalt #022089

Tints of Smalt #022089

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.71%

 BLUE value IS 137 (53.91% from 255) = 80.12%

R = 1.17%
G = 18.71%
B = 80.12%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#022089 (or 0x022089) is known color: Smalt. HEX triplet: 02, 20 and 89. RGB value is (2,32,137). Sum of RGB (Red+Green+Blue) = 2+32+137=171 (22% of max value = 765). Red value is 2 (1.17% from 255 or 1.17% from 171); Green value is 32 (12.89% from 255 or 18.71% from 171); Blue value is 137 (53.91% from 255 or 80.12% from 171); Max value from RGB is 137 - color contains mainly: blue. Hex color #022089 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022089 is #FDDF76. Grayscale: #222222. Windows color (decimal): -16637815 or 8986626. OLE color: 8986626.

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

Color convert

RGB 2 32 137 -
CMYK 0.99 0.77 0 0.46
HSL 226.67º 0.97% 0.27% -
HSV(B) 226.67º 0.99% 0.54% -
XYZ 5.06 2.85 23.95 -
YUV 35 185.56 104.46 -
System Red Green Blue C M Y K H S L
Decimal 2 32 137 0.99 0.77 0 0.46 226.67 0.97 0.27
Hex 2 20 89 63 4D 0 2E E3 61 1B
Octal 2 40 211 143 115 0 56 343 141 33
Binary 10 100000 10001001 1100011 1001101 0 101110 11100011 1100001 11011

Color Harmonies of #022089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022089

Black with #022089

Text Example


Text Example

White with #022089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022089; }

 p { color: rgb(2,32,137); }

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

background-color css

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

 a { background-color: rgb(2,32,137); }

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

border-color css

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

 span { border-color: rgb(2,32,137); }

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