Html Css Color HEX #024092 Smalt

📋 copy color: '#024092'

red 2 ◦ green 64 ◦ blue 146

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

Shades of Smalt #024092

Tints of Smalt #024092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 68.87%

R = 0.94%
G = 30.19%
B = 68.87%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024092 (or 0x024092) is known color: Smalt. HEX triplet: 02, 40 and 92. RGB value is (2,64,146). Sum of RGB (Red+Green+Blue) = 2+64+146=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 64 (25.39% from 255 or 30.19% from 212); Blue value is 146 (57.42% from 255 or 68.87% from 212); Max value from RGB is 146 - color contains mainly: blue. Hex color #024092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024092 is #FDBF6D. Grayscale: #363636. Windows color (decimal): -16629614 or 9584642. OLE color: 9584642.

HSL color Cylindrical-coordinate representation of color #024092: hue angle of 214.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024092 is Cyan = 0.99, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 2 64 146 -
CMYK 0.99 0.56 0 0.43
HSL 214.17º 0.97% 0.29% -
HSV(B) 214.17º 0.99% 0.57% -
XYZ 7.05 5.76 27.93 -
YUV 54.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 2 64 146 0.99 0.56 0 0.43 214.17 0.97 0.29
Hex 2 40 92 63 38 0 2B D6 61 1D
Octal 2 100 222 143 70 0 53 326 141 35
Binary 10 1000000 10010010 1100011 111000 0 101011 11010110 1100001 11101

Color Harmonies of #024092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024092

Black with #024092

Text Example


Text Example

White with #024092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024092; }

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

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

background-color css

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

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

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

border-color css

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

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

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