Html Css Color HEX #022E9E Smalt

📋 copy color: '#022E9E'

red 2 ◦ green 46 ◦ blue 158

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

Shades of Smalt #022E9E

Tints of Smalt #022E9E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 22.33%

 BLUE value IS 158 (62.11% from 255) = 76.7%

R = 0.97%
G = 22.33%
B = 76.7%

CMYK

 C value IS 0.99

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#022E9E (or 0x022E9E) is known color: Smalt. HEX triplet: 02, 2E and 9E. RGB value is (2,46,158). Sum of RGB (Red+Green+Blue) = 2+46+158=206 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.97% from 206); Green value is 46 (18.36% from 255 or 22.33% from 206); Blue value is 158 (62.11% from 255 or 76.70% from 206); Max value from RGB is 158 - color contains mainly: blue. Hex color #022E9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022E9E is #FDD161. Grayscale: #2D2D2D. Windows color (decimal): -16634210 or 10366466. OLE color: 10366466.

HSL color Cylindrical-coordinate representation of color #022E9E: hue angle of 223.08º degrees, saturation: 0.98, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022E9E is Cyan = 0.99, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 2 46 158 -
CMYK 0.99 0.71 0 0.38
HSL 223.08º 0.98% 0.31% -
HSV(B) 223.08º 0.99% 0.62% -
XYZ 7.17 4.44 32.83 -
YUV 45.61 191.42 96.89 -
System Red Green Blue C M Y K H S L
Decimal 2 46 158 0.99 0.71 0 0.38 223.08 0.98 0.31
Hex 2 2E 9E 63 47 0 26 DF 62 1F
Octal 2 56 236 143 107 0 46 337 142 37
Binary 10 101110 10011110 1100011 1000111 0 100110 11011111 1100010 11111

Color Harmonies of #022E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022E9E

Black with #022E9E

Text Example


Text Example

White with #022E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022E9E; }

 p { color: rgb(2,46,158); }

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

background-color css

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

 a { background-color: rgb(2,46,158); }

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

border-color css

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

 span { border-color: rgb(2,46,158); }

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