Html Css Color HEX #024190 Smalt

📋 copy color: '#024190'

red 2 ◦ green 65 ◦ blue 144

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

Shades of Smalt #024190

Tints of Smalt #024190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 68.25%

R = 0.95%
G = 30.81%
B = 68.25%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#024190 (or 0x024190) is known color: Smalt. HEX triplet: 02, 41 and 90. RGB value is (2,65,144). Sum of RGB (Red+Green+Blue) = 2+65+144=211 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 144 (56.64% from 255 or 68.25% from 211); Max value from RGB is 144 - color contains mainly: blue. Hex color #024190 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024190 is #FDBE6F. Grayscale: #363636. Windows color (decimal): -16629360 or 9453826. OLE color: 9453826.

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

Color convert

RGB 2 65 144 -
CMYK 0.99 0.55 0 0.44
HSL 213.38º 0.97% 0.29% -
HSV(B) 213.38º 0.99% 0.56% -
XYZ 6.95 5.81 27.14 -
YUV 55.17 178.13 90.08 -
System Red Green Blue C M Y K H S L
Decimal 2 65 144 0.99 0.55 0 0.44 213.38 0.97 0.29
Hex 2 41 90 63 37 0 2C D5 61 1D
Octal 2 101 220 143 67 0 54 325 141 35
Binary 10 1000001 10010000 1100011 110111 0 101100 11010101 1100001 11101

Color Harmonies of #024190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024190

Black with #024190

Text Example


Text Example

White with #024190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024190; }

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

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

background-color css

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

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

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

border-color css

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

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

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