Html Css Color HEX #024296 Smalt

📋 copy color: '#024296'

red 2 ◦ green 66 ◦ blue 150

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

Shades of Smalt #024296

Tints of Smalt #024296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 68.81%

R = 0.92%
G = 30.28%
B = 68.81%

CMYK

 C value IS 0.99

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#024296 (or 0x024296) is known color: Smalt. HEX triplet: 02, 42 and 96. RGB value is (2,66,150). Sum of RGB (Red+Green+Blue) = 2+66+150=218 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 218); Green value is 66 (26.17% from 255 or 30.28% from 218); Blue value is 150 (58.98% from 255 or 68.81% from 218); Max value from RGB is 150 - color contains mainly: blue. Hex color #024296 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024296 is #FDBD69. Grayscale: #383838. Windows color (decimal): -16629098 or 9847298. OLE color: 9847298.

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

Color convert

RGB 2 66 150 -
CMYK 0.99 0.56 0 0.41
HSL 214.05º 0.97% 0.3% -
HSV(B) 214.05º 0.99% 0.59% -
XYZ 7.48 6.11 29.64 -
YUV 56.44 180.8 89.17 -
System Red Green Blue C M Y K H S L
Decimal 2 66 150 0.99 0.56 0 0.41 214.05 0.97 0.3
Hex 2 42 96 63 38 0 29 D6 61 1E
Octal 2 102 226 143 70 0 51 326 141 36
Binary 10 1000010 10010110 1100011 111000 0 101001 11010110 1100001 11110

Color Harmonies of #024296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024296

Black with #024296

Text Example


Text Example

White with #024296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024296; }

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

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

background-color css

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

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

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

border-color css

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

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

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