Html Css Color HEX #084193 Smalt

📋 copy color: '#084193'

red 8 ◦ green 65 ◦ blue 147

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

Shades of Smalt #084193

Tints of Smalt #084193

RGB

 RED value IS 8 (3.52% from 255) = 3.64%

 GREEN value IS 65 (25.78% from 255) = 29.55%

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

R = 3.64%
G = 29.55%
B = 66.82%

CMYK

 C value IS 0.95

 M value IS 0.56

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084193 (or 0x084193) is known color: Smalt. HEX triplet: 08, 41 and 93. RGB value is (8,65,147). Sum of RGB (Red+Green+Blue) = 8+65+147=220 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.64% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 147 (57.81% from 255 or 66.82% from 220); Max value from RGB is 147 - color contains mainly: blue. Hex color #084193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084193 is #F7BE6C. Grayscale: #383838. Windows color (decimal): -16236141 or 9650440. OLE color: 9650440.

HSL color Cylindrical-coordinate representation of color #084193: hue angle of 215.4º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #084193 is Cyan = 0.95, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 65 147 -
CMYK 0.95 0.56 0 0.42
HSL 215.4º 0.9% 0.3% -
HSV(B) 215.4º 0.95% 0.58% -
XYZ 7.26 5.94 28.37 -
YUV 57.31 178.62 92.83 -
System Red Green Blue C M Y K H S L
Decimal 8 65 147 0.95 0.56 0 0.42 215.4 0.9 0.3
Hex 8 41 93 5F 38 0 2A D7 5A 1E
Octal 10 101 223 137 70 0 52 327 132 36
Binary 1000 1000001 10010011 1011111 111000 0 101010 11010111 1011010 11110

Color Harmonies of #084193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084193

Black with #084193

Text Example


Text Example

White with #084193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084193; }

 p { color: rgb(8,65,147); }

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

background-color css

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

 a { background-color: rgb(8,65,147); }

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

border-color css

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

 span { border-color: rgb(8,65,147); }

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