Html Css Color HEX #084392 Smalt

📋 copy color: '#084392'

red 8 ◦ green 67 ◦ blue 146

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

Shades of Smalt #084392

Tints of Smalt #084392

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 66.06%

R = 3.62%
G = 30.32%
B = 66.06%

CMYK

 C value IS 0.95

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084392 (or 0x084392) is known color: Smalt. HEX triplet: 08, 43 and 92. RGB value is (8,67,146). Sum of RGB (Red+Green+Blue) = 8+67+146=221 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.62% from 221); Green value is 67 (26.56% from 255 or 30.32% from 221); Blue value is 146 (57.42% from 255 or 66.06% from 221); Max value from RGB is 146 - color contains mainly: blue. Hex color #084392 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084392 is #F7BC6D. Grayscale: #393939. Windows color (decimal): -16235630 or 9585416. OLE color: 9585416.

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

Color convert

RGB 8 67 146 -
CMYK 0.95 0.54 0 0.43
HSL 214.35º 0.9% 0.3% -
HSV(B) 214.35º 0.95% 0.57% -
XYZ 7.3 6.14 27.99 -
YUV 58.37 177.45 92.08 -
System Red Green Blue C M Y K H S L
Decimal 8 67 146 0.95 0.54 0 0.43 214.35 0.9 0.3
Hex 8 43 92 5F 36 0 2B D6 5A 1E
Octal 10 103 222 137 66 0 53 326 132 36
Binary 1000 1000011 10010010 1011111 110110 0 101011 11010110 1011010 11110

Color Harmonies of #084392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084392

Black with #084392

Text Example


Text Example

White with #084392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084392; }

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

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

background-color css

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

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

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

border-color css

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

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

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