Html Css Color HEX #024194 Smalt

📋 copy color: '#024194'

red 2 ◦ green 65 ◦ blue 148

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

Shades of Smalt #024194

Tints of Smalt #024194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 68.84%

R = 0.93%
G = 30.23%
B = 68.84%

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

#024194 (or 0x024194) is known color: Smalt. HEX triplet: 02, 41 and 94. RGB value is (2,65,148). Sum of RGB (Red+Green+Blue) = 2+65+148=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 148 (58.20% from 255 or 68.84% from 215); Max value from RGB is 148 - color contains mainly: blue. Hex color #024194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024194 is #FDBE6B. Grayscale: #373737. Windows color (decimal): -16629356 or 9715970. OLE color: 9715970.

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

Color convert

RGB 2 65 148 -
CMYK 0.99 0.56 0 0.42
HSL 214.11º 0.97% 0.29% -
HSV(B) 214.11º 0.99% 0.58% -
XYZ 7.26 5.93 28.78 -
YUV 55.63 180.13 89.75 -
System Red Green Blue C M Y K H S L
Decimal 2 65 148 0.99 0.56 0 0.42 214.11 0.97 0.29
Hex 2 41 94 63 38 0 2A D6 61 1D
Octal 2 101 224 143 70 0 52 326 141 35
Binary 10 1000001 10010100 1100011 111000 0 101010 11010110 1100001 11101

Color Harmonies of #024194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024194

Black with #024194

Text Example


Text Example

White with #024194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024194; }

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

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

background-color css

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

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

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

border-color css

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

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

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