Html Css Color HEX #022493 Smalt

📋 copy color: '#022493'

red 2 ◦ green 36 ◦ blue 147

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

Shades of Smalt #022493

Tints of Smalt #022493

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.46%

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

R = 1.08%
G = 19.46%
B = 79.46%

CMYK

 C value IS 0.99

 M value IS 0.76

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#022493 (or 0x022493) is known color: Smalt. HEX triplet: 02, 24 and 93. RGB value is (2,36,147). Sum of RGB (Red+Green+Blue) = 2+36+147=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 36 (14.45% from 255 or 19.46% from 185); Blue value is 147 (57.81% from 255 or 79.46% from 185); Max value from RGB is 147 - color contains mainly: blue. Hex color #022493 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022493 is #FDDB6C. Grayscale: #262626. Windows color (decimal): -16636781 or 9643010. OLE color: 9643010.

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

Color convert

RGB 2 36 147 -
CMYK 0.99 0.76 0 0.42
HSL 225.93º 0.97% 0.29% -
HSV(B) 225.93º 0.99% 0.58% -
XYZ 5.92 3.38 27.94 -
YUV 38.49 189.24 101.97 -
System Red Green Blue C M Y K H S L
Decimal 2 36 147 0.99 0.76 0 0.42 225.93 0.97 0.29
Hex 2 24 93 63 4C 0 2A E2 61 1D
Octal 2 44 223 143 114 0 52 342 141 35
Binary 10 100100 10010011 1100011 1001100 0 101010 11100010 1100001 11101

Color Harmonies of #022493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022493

Black with #022493

Text Example


Text Example

White with #022493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022493; }

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

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

background-color css

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

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

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

border-color css

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

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

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