Html Css Color HEX #024695 Smalt

📋 copy color: '#024695'

red 2 ◦ green 70 ◦ blue 149

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

Shades of Smalt #024695

Tints of Smalt #024695

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

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

R = 0.9%
G = 31.67%
B = 67.42%

CMYK

 C value IS 0.99

 M value IS 0.53

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024695 (or 0x024695) is known color: Smalt. HEX triplet: 02, 46 and 95. RGB value is (2,70,149). Sum of RGB (Red+Green+Blue) = 2+70+149=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 149 (58.59% from 255 or 67.42% from 221); Max value from RGB is 149 - color contains mainly: blue. Hex color #024695 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024695 is #FDB96A. Grayscale: #3A3A3A. Windows color (decimal): -16628075 or 9782786. OLE color: 9782786.

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

Color convert

RGB 2 70 149 -
CMYK 0.99 0.53 0 0.42
HSL 212.24º 0.97% 0.3% -
HSV(B) 212.24º 0.99% 0.58% -
XYZ 7.64 6.56 29.3 -
YUV 58.67 178.97 87.58 -
System Red Green Blue C M Y K H S L
Decimal 2 70 149 0.99 0.53 0 0.42 212.24 0.97 0.3
Hex 2 46 95 63 35 0 2A D4 61 1E
Octal 2 106 225 143 65 0 52 324 141 36
Binary 10 1000110 10010101 1100011 110101 0 101010 11010100 1100001 11110

Color Harmonies of #024695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024695

Black with #024695

Text Example


Text Example

White with #024695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024695; }

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

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

background-color css

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

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

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

border-color css

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

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

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