Html Css Color HEX #024090 Smalt

📋 copy color: '#024090'

red 2 ◦ green 64 ◦ blue 144

#024090
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Smalt #024090

Tints of Smalt #024090

RGB

 RED value IS 2 (1.17% from 255) = 0.95%

 GREEN value IS 64 (25.39% from 255) = 30.48%

 BLUE value IS 144 (56.64% from 255) = 68.57%

R = 0.95%
G = 30.48%
B = 68.57%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024090 (or 0x024090) is known color: Smalt. HEX triplet: 02, 40 and 90. RGB value is (2,64,144). Sum of RGB (Red+Green+Blue) = 2+64+144=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 144 (56.64% from 255 or 68.57% from 210); Max value from RGB is 144 - color contains mainly: blue. Hex color #024090 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024090 is #FDBF6F. Grayscale: #363636. Windows color (decimal): -16629616 or 9453570. OLE color: 9453570.

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

Color convert

RGB 2 64 144 -
CMYK 0.99 0.56 0 0.44
HSL 213.8º 0.97% 0.29% -
HSV(B) 213.8º 0.99% 0.56% -
XYZ 6.89 5.69 27.12 -
YUV 54.58 178.46 90.5 -
System Red Green Blue C M Y K H S L
Decimal 2 64 144 0.99 0.56 0 0.44 213.8 0.97 0.29
Hex 2 40 90 63 38 0 2C D6 61 1D
Octal 2 100 220 143 70 0 54 326 141 35
Binary 10 1000000 10010000 1100011 111000 0 101100 11010110 1100001 11101

Color Harmonies of #024090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024090

Black with #024090

Text Example


Text Example

White with #024090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024090; }

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

 H1.HeaderClassName
 {
   color: #024090;
 }
 .AnyTagClassName
 {
   color: #024090;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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