Html Css Color HEX #022496 Smalt

📋 copy color: '#022496'

red 2 ◦ green 36 ◦ blue 150

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

Shades of Smalt #022496

Tints of Smalt #022496

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.15%

 BLUE value IS 150 (58.98% from 255) = 79.79%

R = 1.06%
G = 19.15%
B = 79.79%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022496 (or 0x022496) is known color: Smalt. HEX triplet: 02, 24 and 96. RGB value is (2,36,150). Sum of RGB (Red+Green+Blue) = 2+36+150=188 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 188); Green value is 36 (14.45% from 255 or 19.15% from 188); Blue value is 150 (58.98% from 255 or 79.79% from 188); Max value from RGB is 150 - color contains mainly: blue. Hex color #022496 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022496 is #FDDB69. Grayscale: #262626. Windows color (decimal): -16636778 or 9839618. OLE color: 9839618.

HSL color Cylindrical-coordinate representation of color #022496: hue angle of 226.22º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022496 is Cyan = 0.99, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 36 150 -
CMYK 0.99 0.76 0 0.41
HSL 226.22º 0.97% 0.3% -
HSV(B) 226.22º 0.99% 0.59% -
XYZ 6.16 3.48 29.2 -
YUV 38.83 190.74 101.73 -
System Red Green Blue C M Y K H S L
Decimal 2 36 150 0.99 0.76 0 0.41 226.22 0.97 0.3
Hex 2 24 96 63 4C 0 29 E2 61 1E
Octal 2 44 226 143 114 0 51 342 141 36
Binary 10 100100 10010110 1100011 1001100 0 101001 11100010 1100001 11110

Color Harmonies of #022496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022496

Black with #022496

Text Example


Text Example

White with #022496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022496; }

 p { color: rgb(2,36,150); }

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

background-color css

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

 a { background-color: rgb(2,36,150); }

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

border-color css

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

 span { border-color: rgb(2,36,150); }

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