#024190

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

Shades of Smalt #024190

Tints of Smalt #024190

Color information

#024190 (or 0x024190) is unknown color: approx Smalt. HEX triplet: 02, 41 and 90. RGB value is (2,65,144). Sum of RGB (Red+Green+Blue) = 2+65+144=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #024190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024190 is #FDBE6F. Grayscale: #363636. Windows color (decimal): -16629360 or 9453826. OLE color: 9453826.

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

Color convert

RGB265144-
CMYK0.990.5500.44
HSL213.38º97.26%28.63%-
HSV(B)213.38º98.61%56.47%-
XYZ6.955.8127.14-
YUV55.17178.1390.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 65 (25.78% from 255) = 30.81%
BLUE value IS 144 (56.64% from 255) = 68.25%
R=0.95%
G=30.81%
B=68.25%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal2651440.990.5500.44213.3897.2628.63
Hex24190633702Cd5611d
Octal21012201436705432514135
Binary101000001100100001100011110111010110011010101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024190; }

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

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

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

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

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

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

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

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