Html Css Color HEX #024495 Smalt

📋 copy color: '#024495'

red 2 ◦ green 68 ◦ blue 149

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

Shades of Smalt #024495

Tints of Smalt #024495

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.05%

 BLUE value IS 149 (58.59% from 255) = 68.04%

R = 0.91%
G = 31.05%
B = 68.04%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024495 (or 0x024495) is known color: Smalt. HEX triplet: 02, 44 and 95. RGB value is (2,68,149). Sum of RGB (Red+Green+Blue) = 2+68+149=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 68 (26.95% from 255 or 31.05% from 219); Blue value is 149 (58.59% from 255 or 68.04% from 219); Max value from RGB is 149 - color contains mainly: blue. Hex color #024495 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024495 is #FDBB6A. Grayscale: #393939. Windows color (decimal): -16628587 or 9782274. OLE color: 9782274.

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

Color convert

RGB 2 68 149 -
CMYK 0.99 0.54 0 0.42
HSL 213.06º 0.97% 0.3% -
HSV(B) 213.06º 0.99% 0.58% -
XYZ 7.52 6.32 29.26 -
YUV 57.5 179.63 88.41 -
System Red Green Blue C M Y K H S L
Decimal 2 68 149 0.99 0.54 0 0.42 213.06 0.97 0.3
Hex 2 44 95 63 36 0 2A D5 61 1E
Octal 2 104 225 143 66 0 52 325 141 36
Binary 10 1000100 10010101 1100011 110110 0 101010 11010101 1100001 11110

Color Harmonies of #024495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024495

Black with #024495

Text Example


Text Example

White with #024495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024495; }

 p { color: rgb(2,68,149); }

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

background-color css

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

 a { background-color: rgb(2,68,149); }

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

border-color css

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

 span { border-color: rgb(2,68,149); }

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