Html Css Color HEX #084394 Smalt

📋 copy color: '#084394'

red 8 ◦ green 67 ◦ blue 148

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

Shades of Smalt #084394

Tints of Smalt #084394

RGB

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

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

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

R = 3.59%
G = 30.04%
B = 66.37%

CMYK

 C value IS 0.95

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#084394 (or 0x084394) is known color: Smalt. HEX triplet: 08, 43 and 94. RGB value is (8,67,148). Sum of RGB (Red+Green+Blue) = 8+67+148=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 67 (26.56% from 255 or 30.04% from 223); Blue value is 148 (58.20% from 255 or 66.37% from 223); Max value from RGB is 148 - color contains mainly: blue. Hex color #084394 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084394 is #F7BC6B. Grayscale: #3A3A3A. Windows color (decimal): -16235628 or 9716488. OLE color: 9716488.

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

Color convert

RGB 8 67 148 -
CMYK 0.95 0.55 0 0.42
HSL 214.71º 0.9% 0.31% -
HSV(B) 214.71º 0.95% 0.58% -
XYZ 7.45 6.2 28.82 -
YUV 58.59 178.45 91.91 -
System Red Green Blue C M Y K H S L
Decimal 8 67 148 0.95 0.55 0 0.42 214.71 0.9 0.31
Hex 8 43 94 5F 37 0 2A D7 5A 1F
Octal 10 103 224 137 67 0 52 327 132 37
Binary 1000 1000011 10010100 1011111 110111 0 101010 11010111 1011010 11111

Color Harmonies of #084394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084394

Black with #084394

Text Example


Text Example

White with #084394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084394; }

 p { color: rgb(8,67,148); }

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

background-color css

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

 a { background-color: rgb(8,67,148); }

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

border-color css

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

 span { border-color: rgb(8,67,148); }

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