Html Css Color HEX #022899 Smalt

📋 copy color: '#022899'

red 2 ◦ green 40 ◦ blue 153

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

Shades of Smalt #022899

Tints of Smalt #022899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 78.46%

R = 1.03%
G = 20.51%
B = 78.46%

CMYK

 C value IS 0.99

 M value IS 0.74

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#022899 (or 0x022899) is known color: Smalt. HEX triplet: 02, 28 and 99. RGB value is (2,40,153). Sum of RGB (Red+Green+Blue) = 2+40+153=195 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 153 (60.16% from 255 or 78.46% from 195); Max value from RGB is 153 - color contains mainly: blue. Hex color #022899 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022899 is #FDD766. Grayscale: #292929. Windows color (decimal): -16635751 or 10037250. OLE color: 10037250.

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

Color convert

RGB 2 40 153 -
CMYK 0.99 0.74 0 0.4
HSL 224.9º 0.97% 0.3% -
HSV(B) 224.9º 0.99% 0.6% -
XYZ 6.53 3.83 30.53 -
YUV 41.52 190.91 99.81 -
System Red Green Blue C M Y K H S L
Decimal 2 40 153 0.99 0.74 0 0.4 224.9 0.97 0.3
Hex 2 28 99 63 4A 0 28 E1 61 1E
Octal 2 50 231 143 112 0 50 341 141 36
Binary 10 101000 10011001 1100011 1001010 0 101000 11100001 1100001 11110

Color Harmonies of #022899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022899

Black with #022899

Text Example


Text Example

White with #022899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022899; }

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

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

background-color css

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

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

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

border-color css

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

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

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