Html Css Color HEX #022799 Smalt

📋 copy color: '#022799'

red 2 ◦ green 39 ◦ blue 153

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

Shades of Smalt #022799

Tints of Smalt #022799

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

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

R = 1.03%
G = 20.1%
B = 78.87%

CMYK

 C value IS 0.99

 M value IS 0.75

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#022799 (or 0x022799) is known color: Smalt. HEX triplet: 02, 27 and 99. RGB value is (2,39,153). Sum of RGB (Red+Green+Blue) = 2+39+153=194 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.03% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 153 (60.16% from 255 or 78.87% from 194); Max value from RGB is 153 - color contains mainly: blue. Hex color #022799 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022799 is #FDD866. Grayscale: #282828. Windows color (decimal): -16636007 or 10036994. OLE color: 10036994.

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

Color convert

RGB 2 39 153 -
CMYK 0.99 0.75 0 0.4
HSL 225.3º 0.97% 0.3% -
HSV(B) 225.3º 0.99% 0.6% -
XYZ 6.5 3.76 30.52 -
YUV 40.93 191.24 100.23 -
System Red Green Blue C M Y K H S L
Decimal 2 39 153 0.99 0.75 0 0.4 225.3 0.97 0.3
Hex 2 27 99 63 4B 0 28 E1 61 1E
Octal 2 47 231 143 113 0 50 341 141 36
Binary 10 100111 10011001 1100011 1001011 0 101000 11100001 1100001 11110

Color Harmonies of #022799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022799

Black with #022799

Text Example


Text Example

White with #022799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022799; }

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

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

background-color css

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

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

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

border-color css

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

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

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