#024497

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

Shades of Smalt #024497

Tints of Smalt #024497

Color information

#024497 (or 0x024497) is unknown color: approx Smalt. HEX triplet: 02, 44 and 97. RGB value is (2,68,151). Sum of RGB (Red+Green+Blue) = 2+68+151=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 68 (26.95% from 255 or 30.77% from 221); Blue value is 151 (59.38% from 255 or 68.33% from 221); Max value from RGB is 151 - color contains mainly: blue. Hex color #024497 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024497 is #FDBB68. Grayscale: #393939. Windows color (decimal): -16628585 or 9913346. OLE color: 9913346.

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

Color convert

RGB268151-
CMYK0.990.5500.41
HSL213.42º97.39%30%-
HSV(B)213.42º98.68%59.22%-
XYZ7.686.3830.11-
YUV57.73180.6388.25-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 68 (26.95% from 255) = 30.77%
BLUE value IS 151 (59.38% from 255) = 68.33%
R=0.90%
G=30.77%
B=68.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal2681510.990.5500.41213.4297.3930
Hex244976337029d5611e
Octal21042271436705132514136
Binary101000100100101111100011110111010100111010101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #024497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #024497; }

 p { color: rgb(2,68,151); }

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

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

 a { background-color: rgb(2,68,151); }

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

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

 span { border-color: rgb(2,68,151); }

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