Html Css Color HEX #024198 Smalt

📋 copy color: '#024198'

red 2 ◦ green 65 ◦ blue 152

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

Shades of Smalt #024198

Tints of Smalt #024198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 69.41%

R = 0.91%
G = 29.68%
B = 69.41%

CMYK

 C value IS 0.99

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#024198 (or 0x024198) is known color: Smalt. HEX triplet: 02, 41 and 98. RGB value is (2,65,152). Sum of RGB (Red+Green+Blue) = 2+65+152=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 65 (25.78% from 255 or 29.68% from 219); Blue value is 152 (59.77% from 255 or 69.41% from 219); Max value from RGB is 152 - color contains mainly: blue. Hex color #024198 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024198 is #FDBE67. Grayscale: #373737. Windows color (decimal): -16629352 or 9978114. OLE color: 9978114.

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

Color convert

RGB 2 65 152 -
CMYK 0.99 0.57 0 0.40
HSL 214.8º 0.97% 0.3% -
HSV(B) 214.8º 0.99% 0.6% -
XYZ 7.58 6.06 30.48 -
YUV 56.08 182.13 89.43 -
System Red Green Blue C M Y K H S L
Decimal 2 65 152 0.99 0.57 0 0.40 214.8 0.97 0.3
Hex 2 41 98 63 39 0 28 D7 61 1E
Octal 2 101 230 143 71 0 50 327 141 36
Binary 10 1000001 10011000 1100011 111001 0 101000 11010111 1100001 11110

Color Harmonies of #024198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024198

Black with #024198

Text Example


Text Example

White with #024198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024198; }

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

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

background-color css

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

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

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

border-color css

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

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

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