Html Css Color HEX #022299 Smalt

📋 copy color: '#022299'

red 2 ◦ green 34 ◦ blue 153

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

Shades of Smalt #022299

Tints of Smalt #022299

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.99%

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

R = 1.06%
G = 17.99%
B = 80.95%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#022299 (or 0x022299) is known color: Smalt. HEX triplet: 02, 22 and 99. RGB value is (2,34,153). Sum of RGB (Red+Green+Blue) = 2+34+153=189 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.06% from 189); Green value is 34 (13.67% from 255 or 17.99% from 189); Blue value is 153 (60.16% from 255 or 80.95% from 189); Max value from RGB is 153 - color contains mainly: blue. Hex color #022299 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022299 is #FDDD66. Grayscale: #252525. Windows color (decimal): -16637287 or 10035714. OLE color: 10035714.

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

Color convert

RGB 2 34 153 -
CMYK 0.99 0.78 0 0.4
HSL 227.28º 0.97% 0.3% -
HSV(B) 227.28º 0.99% 0.6% -
XYZ 6.35 3.46 30.47 -
YUV 38 192.9 102.32 -
System Red Green Blue C M Y K H S L
Decimal 2 34 153 0.99 0.78 0 0.4 227.28 0.97 0.3
Hex 2 22 99 63 4E 0 28 E3 61 1E
Octal 2 42 231 143 116 0 50 343 141 36
Binary 10 100010 10011001 1100011 1001110 0 101000 11100011 1100001 11110

Color Harmonies of #022299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022299

Black with #022299

Text Example


Text Example

White with #022299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022299; }

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

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

background-color css

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

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

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

border-color css

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

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

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