Html Css Color HEX #024392 Smalt

📋 copy color: '#024392'

red 2 ◦ green 67 ◦ blue 146

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

Shades of Smalt #024392

Tints of Smalt #024392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.16%

 BLUE value IS 146 (57.42% from 255) = 67.91%

R = 0.93%
G = 31.16%
B = 67.91%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024392 (or 0x024392) is known color: Smalt. HEX triplet: 02, 43 and 92. RGB value is (2,67,146). Sum of RGB (Red+Green+Blue) = 2+67+146=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 146 (57.42% from 255 or 67.91% from 215); Max value from RGB is 146 - color contains mainly: blue. Hex color #024392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024392 is #FDBC6D. Grayscale: #383838. Windows color (decimal): -16628846 or 9585410. OLE color: 9585410.

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

Color convert

RGB 2 67 146 -
CMYK 0.99 0.54 0 0.43
HSL 212.92º 0.97% 0.29% -
HSV(B) 212.92º 0.99% 0.57% -
XYZ 7.22 6.1 27.99 -
YUV 56.57 178.47 89.08 -
System Red Green Blue C M Y K H S L
Decimal 2 67 146 0.99 0.54 0 0.43 212.92 0.97 0.29
Hex 2 43 92 63 36 0 2B D5 61 1D
Octal 2 103 222 143 66 0 53 325 141 35
Binary 10 1000011 10010010 1100011 110110 0 101011 11010101 1100001 11101

Color Harmonies of #024392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024392

Black with #024392

Text Example


Text Example

White with #024392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024392; }

 p { color: rgb(2,67,146); }

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

background-color css

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

 a { background-color: rgb(2,67,146); }

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

border-color css

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

 span { border-color: rgb(2,67,146); }

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