Html Css Color HEX #022996 Smalt

📋 copy color: '#022996'

red 2 ◦ green 41 ◦ blue 150

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

Shades of Smalt #022996

Tints of Smalt #022996

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.24%

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

R = 1.04%
G = 21.24%
B = 77.72%

CMYK

 C value IS 0.99

 M value IS 0.73

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#022996 (or 0x022996) is known color: Smalt. HEX triplet: 02, 29 and 96. RGB value is (2,41,150). Sum of RGB (Red+Green+Blue) = 2+41+150=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 41 (16.41% from 255 or 21.24% from 193); Blue value is 150 (58.98% from 255 or 77.72% from 193); Max value from RGB is 150 - color contains mainly: blue. Hex color #022996 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022996 is #FDD669. Grayscale: #292929. Windows color (decimal): -16635498 or 9840898. OLE color: 9840898.

HSL color Cylindrical-coordinate representation of color #022996: hue angle of 224.19º 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 #022996 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 2 41 150 -
CMYK 0.99 0.73 0 0.41
HSL 224.19º 0.97% 0.3% -
HSV(B) 224.19º 0.99% 0.59% -
XYZ 6.32 3.8 29.25 -
YUV 41.77 189.08 99.64 -
System Red Green Blue C M Y K H S L
Decimal 2 41 150 0.99 0.73 0 0.41 224.19 0.97 0.3
Hex 2 29 96 63 49 0 29 E0 61 1E
Octal 2 51 226 143 111 0 51 340 141 36
Binary 10 101001 10010110 1100011 1001001 0 101001 11100000 1100001 11110

Color Harmonies of #022996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022996

Black with #022996

Text Example


Text Example

White with #022996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022996; }

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

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

background-color css

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

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

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

border-color css

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

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

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