#024199

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

Shades of Smalt #024199

Tints of Smalt #024199

Color information

#024199 (or 0x024199) is unknown color: approx Smalt. HEX triplet: 02, 41 and 99. RGB value is (2,65,153). Sum of RGB (Red+Green+Blue) = 2+65+153=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #024199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024199 is #FDBE66. Grayscale: #373737. Windows color (decimal): -16629351 or 10043650. OLE color: 10043650.

HSL color Cylindrical-coordinate representation of color #024199: hue angle of 214.97º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #024199 is Cyan = 0.99, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB265153-
CMYK0.990.5800.4
HSL214.97º97.42%30.39%-
HSV(B)214.97º98.69%60%-
XYZ7.676.0930.91-
YUV56.2182.6389.34-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.91%
GREEN value IS 65 (25.78% from 255) = 29.55%
BLUE value IS 153 (60.16% from 255) = 69.55%
R=0.91%
G=29.55%
B=69.55%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal2651530.990.5800.4214.9797.4230.39
Hex24199633A028d7611e
Octal21012311437205032714136
Binary101000001100110011100011111010010100011010111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024199

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024199; }

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

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

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

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

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

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

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

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