#024092

Color #024092 Smalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Smalt #024092

Tints of Smalt #024092

Color information

#024092 (or 0x024092) is unknown color: approx 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

RGB264146-
CMYK0.990.5600.43
HSL214.17º97.3%29.02%-
HSV(B)214.17º98.63%57.25%-
XYZ7.055.7627.93-
YUV54.81179.4690.33-

RGB Variations

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

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 (Cyan) values IS 0.99
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2641460.990.5600.43214.1797.329.02
Hex24092633802Bd6611d
Octal21002221437005332614135
Binary101000000100100101100011111000010101111010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>