Html Css Color HEX #024393 Smalt

📋 copy color: '#024393'

red 2 ◦ green 67 ◦ blue 147

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

Shades of Smalt #024393

Tints of Smalt #024393

RGB

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

 GREEN value IS 67 (26.56% from 255) = 31.02%

 BLUE value IS 147 (57.81% from 255) = 68.06%

R = 0.93%
G = 31.02%
B = 68.06%

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

#024393 (or 0x024393) is known color: Smalt. HEX triplet: 02, 43 and 93. RGB value is (2,67,147). Sum of RGB (Red+Green+Blue) = 2+67+147=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 67 (26.56% from 255 or 31.02% from 216); Blue value is 147 (57.81% from 255 or 68.06% from 216); Max value from RGB is 147 - color contains mainly: blue. Hex color #024393 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #024393 is #FDBC6C. Grayscale: #383838. Windows color (decimal): -16628845 or 9650946. OLE color: 9650946.

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

Color convert

RGB 2 67 147 -
CMYK 0.99 0.54 0 0.42
HSL 213.1º 0.97% 0.29% -
HSV(B) 213.1º 0.99% 0.58% -
XYZ 7.3 6.13 28.4 -
YUV 56.69 178.97 89 -
System Red Green Blue C M Y K H S L
Decimal 2 67 147 0.99 0.54 0 0.42 213.1 0.97 0.29
Hex 2 43 93 63 36 0 2A D5 61 1D
Octal 2 103 223 143 66 0 52 325 141 35
Binary 10 1000011 10010011 1100011 110110 0 101010 11010101 1100001 11101

Color Harmonies of #024393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #024393

Black with #024393

Text Example


Text Example

White with #024393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #024393; }

 p { color: rgb(2,67,147); }

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

background-color css

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

 a { background-color: rgb(2,67,147); }

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

border-color css

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

 span { border-color: rgb(2,67,147); }

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