Html Css Color HEX #022699 Smalt

📋 copy color: '#022699'

red 2 ◦ green 38 ◦ blue 153

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

Shades of Smalt #022699

Tints of Smalt #022699

RGB

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

 GREEN value IS 38 (15.23% from 255) = 19.69%

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

R = 1.04%
G = 19.69%
B = 79.27%

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

#022699 (or 0x022699) is known color: Smalt. HEX triplet: 02, 26 and 99. RGB value is (2,38,153). Sum of RGB (Red+Green+Blue) = 2+38+153=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 38 (15.23% from 255 or 19.69% from 193); Blue value is 153 (60.16% from 255 or 79.27% from 193); Max value from RGB is 153 - color contains mainly: blue. Hex color #022699 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022699 is #FDD966. Grayscale: #272727. Windows color (decimal): -16636263 or 10036738. OLE color: 10036738.

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

Color convert

RGB 2 38 153 -
CMYK 0.99 0.75 0 0.4
HSL 225.7º 0.97% 0.3% -
HSV(B) 225.7º 0.99% 0.6% -
XYZ 6.47 3.7 30.51 -
YUV 40.35 191.57 100.65 -
System Red Green Blue C M Y K H S L
Decimal 2 38 153 0.99 0.75 0 0.4 225.7 0.97 0.3
Hex 2 26 99 63 4B 0 28 E2 61 1E
Octal 2 46 231 143 113 0 50 342 141 36
Binary 10 100110 10011001 1100011 1001011 0 101000 11100010 1100001 11110

Color Harmonies of #022699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022699

Black with #022699

Text Example


Text Example

White with #022699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022699; }

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

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

background-color css

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

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

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

border-color css

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

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

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