Html Css Color HEX #022993 Smalt

📋 copy color: '#022993'

red 2 ◦ green 41 ◦ blue 147

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

Shades of Smalt #022993

Tints of Smalt #022993

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.58%

 BLUE value IS 147 (57.81% from 255) = 77.37%

R = 1.05%
G = 21.58%
B = 77.37%

CMYK

 C value IS 0.99

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022993 (or 0x022993) is known color: Smalt. HEX triplet: 02, 29 and 93. RGB value is (2,41,147). Sum of RGB (Red+Green+Blue) = 2+41+147=190 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.05% from 190); Green value is 41 (16.41% from 255 or 21.58% from 190); Blue value is 147 (57.81% from 255 or 77.37% from 190); Max value from RGB is 147 - color contains mainly: blue. Hex color #022993 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022993 is #FDD66C. Grayscale: #282828. Windows color (decimal): -16635501 or 9644290. OLE color: 9644290.

HSL color Cylindrical-coordinate representation of color #022993: hue angle of 223.86º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022993 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 2 41 147 -
CMYK 0.99 0.72 0 0.42
HSL 223.86º 0.97% 0.29% -
HSV(B) 223.86º 0.99% 0.58% -
XYZ 6.08 3.71 28 -
YUV 41.42 187.58 99.88 -
System Red Green Blue C M Y K H S L
Decimal 2 41 147 0.99 0.72 0 0.42 223.86 0.97 0.29
Hex 2 29 93 63 48 0 2A E0 61 1D
Octal 2 51 223 143 110 0 52 340 141 35
Binary 10 101001 10010011 1100011 1001000 0 101010 11100000 1100001 11101

Color Harmonies of #022993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022993

Black with #022993

Text Example


Text Example

White with #022993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022993; }

 p { color: rgb(2,41,147); }

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

background-color css

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

 a { background-color: rgb(2,41,147); }

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

border-color css

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

 span { border-color: rgb(2,41,147); }

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