Html Css Color HEX #024494 Smalt

📋 copy color: '#024494'

red 2 ◦ green 68 ◦ blue 148

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

Shades of Smalt #024494

Tints of Smalt #024494

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.19%

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

R = 0.92%
G = 31.19%
B = 67.89%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024494 (or 0x024494) is known color: Smalt. HEX triplet: 02, 44 and 94. RGB value is (2,68,148). Sum of RGB (Red+Green+Blue) = 2+68+148=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 68 (26.95% from 255 or 31.19% from 218); Blue value is 148 (58.20% from 255 or 67.89% from 218); Max value from RGB is 148 - color contains mainly: blue. Hex color #024494 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024494 is #FDBB6B. Grayscale: #393939. Windows color (decimal): -16628588 or 9716738. OLE color: 9716738.

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

Color convert

RGB 2 68 148 -
CMYK 0.99 0.54 0 0.42
HSL 212.88º 0.97% 0.29% -
HSV(B) 212.88º 0.99% 0.58% -
XYZ 7.44 6.29 28.84 -
YUV 57.39 179.13 88.5 -
System Red Green Blue C M Y K H S L
Decimal 2 68 148 0.99 0.54 0 0.42 212.88 0.97 0.29
Hex 2 44 94 63 36 0 2A D5 61 1D
Octal 2 104 224 143 66 0 52 325 141 35
Binary 10 1000100 10010100 1100011 110110 0 101010 11010101 1100001 11101

Color Harmonies of #024494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024494

Black with #024494

Text Example


Text Example

White with #024494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024494; }

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

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

background-color css

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

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

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

border-color css

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

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

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