Html Css Color HEX #024294 Smalt

📋 copy color: '#024294'

red 2 ◦ green 66 ◦ blue 148

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

Shades of Smalt #024294

Tints of Smalt #024294

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.56%

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

R = 0.93%
G = 30.56%
B = 68.52%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024294 (or 0x024294) is known color: Smalt. HEX triplet: 02, 42 and 94. RGB value is (2,66,148). Sum of RGB (Red+Green+Blue) = 2+66+148=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 148 (58.20% from 255 or 68.52% from 216); Max value from RGB is 148 - color contains mainly: blue. Hex color #024294 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024294 is #FDBD6B. Grayscale: #373737. Windows color (decimal): -16629100 or 9716226. OLE color: 9716226.

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

Color convert

RGB 2 66 148 -
CMYK 0.99 0.55 0 0.42
HSL 213.7º 0.97% 0.29% -
HSV(B) 213.7º 0.99% 0.58% -
XYZ 7.32 6.05 28.8 -
YUV 56.21 179.8 89.33 -
System Red Green Blue C M Y K H S L
Decimal 2 66 148 0.99 0.55 0 0.42 213.7 0.97 0.29
Hex 2 42 94 63 37 0 2A D6 61 1D
Octal 2 102 224 143 67 0 52 326 141 35
Binary 10 1000010 10010100 1100011 110111 0 101010 11010110 1100001 11101

Color Harmonies of #024294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024294

Black with #024294

Text Example


Text Example

White with #024294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024294; }

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

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

background-color css

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

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

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

border-color css

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

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

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