Html Css Color HEX #024594 Smalt

📋 copy color: '#024594'

red 2 ◦ green 69 ◦ blue 148

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

Shades of Smalt #024594

Tints of Smalt #024594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 67.58%

R = 0.91%
G = 31.51%
B = 67.58%

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

#024594 (or 0x024594) is known color: Smalt. HEX triplet: 02, 45 and 94. RGB value is (2,69,148). Sum of RGB (Red+Green+Blue) = 2+69+148=219 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.91% from 219); Green value is 69 (27.34% from 255 or 31.51% from 219); Blue value is 148 (58.20% from 255 or 67.58% from 219); Max value from RGB is 148 - color contains mainly: blue. Hex color #024594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024594 is #FDBA6B. Grayscale: #393939. Windows color (decimal): -16628332 or 9716994. OLE color: 9716994.

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

Color convert

RGB 2 69 148 -
CMYK 0.99 0.53 0 0.42
HSL 212.47º 0.97% 0.29% -
HSV(B) 212.47º 0.99% 0.58% -
XYZ 7.5 6.41 28.86 -
YUV 57.97 178.8 88.08 -
System Red Green Blue C M Y K H S L
Decimal 2 69 148 0.99 0.53 0 0.42 212.47 0.97 0.29
Hex 2 45 94 63 35 0 2A D4 61 1D
Octal 2 105 224 143 65 0 52 324 141 35
Binary 10 1000101 10010100 1100011 110101 0 101010 11010100 1100001 11101

Color Harmonies of #024594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024594

Black with #024594

Text Example


Text Example

White with #024594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024594; }

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

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

background-color css

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

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

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

border-color css

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

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

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