#024192

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

Shades of Smalt #024192

Tints of Smalt #024192

Color information

#024192 (or 0x024192) is unknown color: approx Smalt. HEX triplet: 02, 41 and 92. RGB value is (2,65,146). Sum of RGB (Red+Green+Blue) = 2+65+146=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 65 (25.78% from 255 or 30.52% from 213); Blue value is 146 (57.42% from 255 or 68.54% from 213); Max value from RGB is 146 - color contains mainly: blue. Hex color #024192 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024192 is #FDBE6D. Grayscale: #373737. Windows color (decimal): -16629358 or 9584898. OLE color: 9584898.

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

Color convert

RGB265146-
CMYK0.990.5500.43
HSL213.75º97.3%29.02%-
HSV(B)213.75º98.63%57.25%-
XYZ7.15.8727.95-
YUV55.4179.1389.91-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.94%
GREEN value IS 65 (25.78% from 255) = 30.52%
BLUE value IS 146 (57.42% from 255) = 68.54%
R=0.94%
G=30.52%
B=68.54%

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
Decimal2651460.990.5500.43213.7597.329.02
Hex24192633702Bd6611d
Octal21012221436705332614135
Binary101000001100100101100011110111010101111010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024192; }

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

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

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

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

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

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

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

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