Html Css Color HEX #022494 Smalt

📋 copy color: '#022494'

red 2 ◦ green 36 ◦ blue 148

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

Shades of Smalt #022494

Tints of Smalt #022494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 79.57%

R = 1.08%
G = 19.35%
B = 79.57%

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

#022494 (or 0x022494) is known color: Smalt. HEX triplet: 02, 24 and 94. RGB value is (2,36,148). Sum of RGB (Red+Green+Blue) = 2+36+148=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 36 (14.45% from 255 or 19.35% from 186); Blue value is 148 (58.20% from 255 or 79.57% from 186); Max value from RGB is 148 - color contains mainly: blue. Hex color #022494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #022494 is #FDDB6B. Grayscale: #262626. Windows color (decimal): -16636780 or 9708546. OLE color: 9708546.

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

Color convert

RGB 2 36 148 -
CMYK 0.99 0.76 0 0.42
HSL 226.03º 0.97% 0.29% -
HSV(B) 226.03º 0.99% 0.58% -
XYZ 6 3.41 28.36 -
YUV 38.6 189.74 101.89 -
System Red Green Blue C M Y K H S L
Decimal 2 36 148 0.99 0.76 0 0.42 226.03 0.97 0.29
Hex 2 24 94 63 4C 0 2A E2 61 1D
Octal 2 44 224 143 114 0 52 342 141 35
Binary 10 100100 10010100 1100011 1001100 0 101010 11100010 1100001 11101

Color Harmonies of #022494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022494

Black with #022494

Text Example


Text Example

White with #022494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022494; }

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

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

background-color css

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

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

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

border-color css

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

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

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