Html Css Color HEX #024191 Smalt

📋 copy color: '#024191'

red 2 ◦ green 65 ◦ blue 145

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

Shades of Smalt #024191

Tints of Smalt #024191

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.66%

 BLUE value IS 145 (57.03% from 255) = 68.4%

R = 0.94%
G = 30.66%
B = 68.4%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024191 (or 0x024191) is known color: Smalt. HEX triplet: 02, 41 and 91. RGB value is (2,65,145). Sum of RGB (Red+Green+Blue) = 2+65+145=212 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 212); Green value is 65 (25.78% from 255 or 30.66% from 212); Blue value is 145 (57.03% from 255 or 68.40% from 212); Max value from RGB is 145 - color contains mainly: blue. Hex color #024191 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024191 is #FDBE6E. Grayscale: #363636. Windows color (decimal): -16629359 or 9519362. OLE color: 9519362.

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

Color convert

RGB 2 65 145 -
CMYK 0.99 0.55 0 0.43
HSL 213.57º 0.97% 0.29% -
HSV(B) 213.57º 0.99% 0.57% -
XYZ 7.03 5.84 27.54 -
YUV 55.28 178.63 90 -
System Red Green Blue C M Y K H S L
Decimal 2 65 145 0.99 0.55 0 0.43 213.57 0.97 0.29
Hex 2 41 91 63 37 0 2B D6 61 1D
Octal 2 101 221 143 67 0 53 326 141 35
Binary 10 1000001 10010001 1100011 110111 0 101011 11010110 1100001 11101

Color Harmonies of #024191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024191

Black with #024191

Text Example


Text Example

White with #024191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024191; }

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

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

background-color css

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

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

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

border-color css

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

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

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