Html Css Color HEX #024199 Smalt

📋 copy color: '#024199'

red 2 ◦ green 65 ◦ blue 153

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

Shades of Smalt #024199

Tints of Smalt #024199

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 69.55%

R = 0.91%
G = 29.55%
B = 69.55%

CMYK

 C value IS 0.99

 M value IS 0.58

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#024199 (or 0x024199) is known color: Smalt. HEX triplet: 02, 41 and 99. RGB value is (2,65,153). Sum of RGB (Red+Green+Blue) = 2+65+153=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 153 (60.16% from 255 or 69.55% from 220); Max value from RGB is 153 - color contains mainly: blue. Hex color #024199 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024199 is #FDBE66. Grayscale: #373737. Windows color (decimal): -16629351 or 10043650. OLE color: 10043650.

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

Color convert

RGB 2 65 153 -
CMYK 0.99 0.58 0 0.4
HSL 214.97º 0.97% 0.3% -
HSV(B) 214.97º 0.99% 0.6% -
XYZ 7.67 6.09 30.91 -
YUV 56.2 182.63 89.34 -
System Red Green Blue C M Y K H S L
Decimal 2 65 153 0.99 0.58 0 0.4 214.97 0.97 0.3
Hex 2 41 99 63 3A 0 28 D7 61 1E
Octal 2 101 231 143 72 0 50 327 141 36
Binary 10 1000001 10011001 1100011 111010 0 101000 11010111 1100001 11110

Color Harmonies of #024199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024199

Black with #024199

Text Example


Text Example

White with #024199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024199; }

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

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

background-color css

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

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

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

border-color css

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

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

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