Html Css Color HEX #022084 Smalt

📋 copy color: '#022084'

red 2 ◦ green 32 ◦ blue 132

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

Shades of Smalt #022084

Tints of Smalt #022084

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 79.52%

R = 1.2%
G = 19.28%
B = 79.52%

CMYK

 C value IS 0.98

 M value IS 0.76

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#022084 (or 0x022084) is known color: Smalt. HEX triplet: 02, 20 and 84. RGB value is (2,32,132). Sum of RGB (Red+Green+Blue) = 2+32+132=166 (21% of max value = 765). Red value is 2 (1.17% from 255 or 1.20% from 166); Green value is 32 (12.89% from 255 or 19.28% from 166); Blue value is 132 (51.95% from 255 or 79.52% from 166); Max value from RGB is 132 - color contains mainly: blue. Hex color #022084 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022084 is #FDDF7B. Grayscale: #222222. Windows color (decimal): -16637820 or 8658946. OLE color: 8658946.

HSL color Cylindrical-coordinate representation of color #022084: hue angle of 226.15º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #022084 is Cyan = 0.98, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 2 32 132 -
CMYK 0.98 0.76 0 0.48
HSL 226.15º 0.97% 0.26% -
HSV(B) 226.15º 0.98% 0.52% -
XYZ 4.71 2.71 22.11 -
YUV 34.43 183.06 104.87 -
System Red Green Blue C M Y K H S L
Decimal 2 32 132 0.98 0.76 0 0.48 226.15 0.97 0.26
Hex 2 20 84 62 4C 0 30 E2 61 1A
Octal 2 40 204 142 114 0 60 342 141 32
Binary 10 100000 10000100 1100010 1001100 0 110000 11100010 1100001 11010

Color Harmonies of #022084

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022084

Black with #022084

Text Example


Text Example

White with #022084

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022084; }

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

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

background-color css

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

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

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

border-color css

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

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

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