Html Css Color HEX #084194 Smalt

📋 copy color: '#084194'

red 8 ◦ green 65 ◦ blue 148

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

Shades of Smalt #084194

Tints of Smalt #084194

RGB

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

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

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

R = 3.62%
G = 29.41%
B = 66.97%

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

#084194 (or 0x084194) is known color: Smalt. HEX triplet: 08, 41 and 94. RGB value is (8,65,148). Sum of RGB (Red+Green+Blue) = 8+65+148=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 148 (58.20% from 255 or 66.97% from 221); Max value from RGB is 148 - color contains mainly: blue. Hex color #084194 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084194 is #F7BE6B. Grayscale: #393939. Windows color (decimal): -16236140 or 9715976. OLE color: 9715976.

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

Color convert

RGB 8 65 148 -
CMYK 0.95 0.56 0 0.42
HSL 215.57º 0.9% 0.31% -
HSV(B) 215.57º 0.95% 0.58% -
XYZ 7.34 5.97 28.78 -
YUV 57.42 179.12 92.75 -
System Red Green Blue C M Y K H S L
Decimal 8 65 148 0.95 0.56 0 0.42 215.57 0.9 0.31
Hex 8 41 94 5F 38 0 2A D8 5A 1F
Octal 10 101 224 137 70 0 52 330 132 37
Binary 1000 1000001 10010100 1011111 111000 0 101010 11011000 1011010 11111

Color Harmonies of #084194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084194

Black with #084194

Text Example


Text Example

White with #084194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084194; }

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

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

background-color css

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

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

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

border-color css

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

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

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