#024292

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

Shades of Smalt #024292

Tints of Smalt #024292

Color information

#024292 (or 0x024292) is unknown color: approx Smalt. HEX triplet: 02, 42 and 92. RGB value is (2,66,146). Sum of RGB (Red+Green+Blue) = 2+66+146=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #024292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024292 is #FDBD6D. Grayscale: #373737. Windows color (decimal): -16629102 or 9585154. OLE color: 9585154.

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

Color convert

RGB266146-
CMYK0.990.5500.43
HSL213.33º97.3%29.02%-
HSV(B)213.33º98.63%57.25%-
XYZ7.165.9827.97-
YUV55.98178.889.5-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.93%
GREEN value IS 66 (26.17% from 255) = 30.84%
BLUE value IS 146 (57.42% from 255) = 68.22%
R=0.93%
G=30.84%
B=68.22%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal2661460.990.5500.43213.3397.329.02
Hex24292633702Bd5611d
Octal21022221436705332514135
Binary101000010100100101100011110111010101111010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024292; }

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

 H1.HeaderClassName
 {
   color: #024292;
 }
 .AnyTagClassName
 {
   color: #024292;
 }
</style>
background-color css

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

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

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

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

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

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