Html Css Color HEX #024292 Smalt

📋 copy color: '#024292'

red 2 ◦ green 66 ◦ blue 146

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

Shades of Smalt #024292

Tints of Smalt #024292

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.84%

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

R = 0.93%
G = 30.84%
B = 68.22%

CMYK

 C value IS 0.99

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#024292 (or 0x024292) is known color: Smalt. HEX triplet: 02, 42 and 92. RGB value is (2,66,146). Sum of RGB (Red+Green+Blue) = 2+66+146=214 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 146 (57.42% from 255 or 68.22% from 214); Max value from RGB is 146 - color contains mainly: blue. Hex color #024292 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024292 is #FDBD6D. Grayscale: #373737. Windows color (decimal): -16629102 or 9585154. OLE color: 9585154.

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

Color convert

RGB 2 66 146 -
CMYK 0.99 0.55 0 0.43
HSL 213.33º 0.97% 0.29% -
HSV(B) 213.33º 0.99% 0.57% -
XYZ 7.16 5.98 27.97 -
YUV 55.98 178.8 89.5 -
System Red Green Blue C M Y K H S L
Decimal 2 66 146 0.99 0.55 0 0.43 213.33 0.97 0.29
Hex 2 42 92 63 37 0 2B D5 61 1D
Octal 2 102 222 143 67 0 53 325 141 35
Binary 10 1000010 10010010 1100011 110111 0 101011 11010101 1100001 11101

Color Harmonies of #024292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024292

Black with #024292

Text Example


Text Example

White with #024292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024292; }

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

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

background-color css

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

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

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

border-color css

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

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

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