Html Css Color HEX #024193 Smalt

📋 copy color: '#024193'

red 2 ◦ green 65 ◦ blue 147

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

Shades of Smalt #024193

Tints of Smalt #024193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 68.69%

R = 0.93%
G = 30.37%
B = 68.69%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024193 (or 0x024193) is known color: Smalt. HEX triplet: 02, 41 and 93. RGB value is (2,65,147). Sum of RGB (Red+Green+Blue) = 2+65+147=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 147 (57.81% from 255 or 68.69% from 214); Max value from RGB is 147 - color contains mainly: blue. Hex color #024193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024193 is #FDBE6C. Grayscale: #373737. Windows color (decimal): -16629357 or 9650434. OLE color: 9650434.

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

Color convert

RGB 2 65 147 -
CMYK 0.99 0.56 0 0.42
HSL 213.93º 0.97% 0.29% -
HSV(B) 213.93º 0.99% 0.58% -
XYZ 7.18 5.9 28.36 -
YUV 55.51 179.63 89.83 -
System Red Green Blue C M Y K H S L
Decimal 2 65 147 0.99 0.56 0 0.42 213.93 0.97 0.29
Hex 2 41 93 63 38 0 2A D6 61 1D
Octal 2 101 223 143 70 0 52 326 141 35
Binary 10 1000001 10010011 1100011 111000 0 101010 11010110 1100001 11101

Color Harmonies of #024193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024193

Black with #024193

Text Example


Text Example

White with #024193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024193; }

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

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

background-color css

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

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

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

border-color css

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

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

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