Html Css Color HEX #024595 Smalt

📋 copy color: '#024595'

red 2 ◦ green 69 ◦ blue 149

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

Shades of Smalt #024595

Tints of Smalt #024595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.36%

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

R = 0.91%
G = 31.36%
B = 67.73%

CMYK

 C value IS 0.99

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#024595 (or 0x024595) is known color: Smalt. HEX triplet: 02, 45 and 95. RGB value is (2,69,149). Sum of RGB (Red+Green+Blue) = 2+69+149=220 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 149 (58.59% from 255 or 67.73% from 220); Max value from RGB is 149 - color contains mainly: blue. Hex color #024595 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024595 is #FDBA6A. Grayscale: #393939. Windows color (decimal): -16628331 or 9782530. OLE color: 9782530.

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

Color convert

RGB 2 69 149 -
CMYK 0.99 0.54 0 0.42
HSL 212.65º 0.97% 0.3% -
HSV(B) 212.65º 0.99% 0.58% -
XYZ 7.58 6.44 29.28 -
YUV 58.09 179.3 88 -
System Red Green Blue C M Y K H S L
Decimal 2 69 149 0.99 0.54 0 0.42 212.65 0.97 0.3
Hex 2 45 95 63 36 0 2A D5 61 1E
Octal 2 105 225 143 66 0 52 325 141 36
Binary 10 1000101 10010101 1100011 110110 0 101010 11010101 1100001 11110

Color Harmonies of #024595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024595

Black with #024595

Text Example


Text Example

White with #024595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024595; }

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

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

background-color css

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

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

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

border-color css

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

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

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