Html Css Color HEX #022896 Smalt

📋 copy color: '#022896'

red 2 ◦ green 40 ◦ blue 150

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

Shades of Smalt #022896

Tints of Smalt #022896

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.83%

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

R = 1.04%
G = 20.83%
B = 78.13%

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

#022896 (or 0x022896) is known color: Smalt. HEX triplet: 02, 28 and 96. RGB value is (2,40,150). Sum of RGB (Red+Green+Blue) = 2+40+150=192 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 192); Green value is 40 (16.02% from 255 or 20.83% from 192); Blue value is 150 (58.98% from 255 or 78.12% from 192); Max value from RGB is 150 - color contains mainly: blue. Hex color #022896 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022896 is #FDD769. Grayscale: #282828. Windows color (decimal): -16635754 or 9840642. OLE color: 9840642.

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

Color convert

RGB 2 40 150 -
CMYK 0.99 0.73 0 0.41
HSL 224.59º 0.97% 0.3% -
HSV(B) 224.59º 0.99% 0.59% -
XYZ 6.29 3.73 29.24 -
YUV 41.18 189.41 100.06 -
System Red Green Blue C M Y K H S L
Decimal 2 40 150 0.99 0.73 0 0.41 224.59 0.97 0.3
Hex 2 28 96 63 49 0 29 E1 61 1E
Octal 2 50 226 143 111 0 51 341 141 36
Binary 10 101000 10010110 1100011 1001001 0 101001 11100001 1100001 11110

Color Harmonies of #022896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022896

Black with #022896

Text Example


Text Example

White with #022896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022896; }

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

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

background-color css

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

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

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

border-color css

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

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

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