Html Css Color HEX #024094 Smalt

📋 copy color: '#024094'

red 2 ◦ green 64 ◦ blue 148

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

Shades of Smalt #024094

Tints of Smalt #024094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 29.91%

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

R = 0.93%
G = 29.91%
B = 69.16%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024094 (or 0x024094) is known color: Smalt. HEX triplet: 02, 40 and 94. RGB value is (2,64,148). Sum of RGB (Red+Green+Blue) = 2+64+148=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 148 (58.20% from 255 or 69.16% from 214); Max value from RGB is 148 - color contains mainly: blue. Hex color #024094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024094 is #FDBF6B. Grayscale: #363636. Windows color (decimal): -16629612 or 9715714. OLE color: 9715714.

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

Color convert

RGB 2 64 148 -
CMYK 0.99 0.57 0 0.42
HSL 214.52º 0.97% 0.29% -
HSV(B) 214.52º 0.99% 0.58% -
XYZ 7.2 5.82 28.76 -
YUV 55.04 180.46 90.17 -
System Red Green Blue C M Y K H S L
Decimal 2 64 148 0.99 0.57 0 0.42 214.52 0.97 0.29
Hex 2 40 94 63 39 0 2A D7 61 1D
Octal 2 100 224 143 71 0 52 327 141 35
Binary 10 1000000 10010100 1100011 111001 0 101010 11010111 1100001 11101

Color Harmonies of #024094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024094

Black with #024094

Text Example


Text Example

White with #024094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024094; }

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

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

background-color css

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

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

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

border-color css

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

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

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