Html Css Color HEX #084291 Smalt

📋 copy color: '#084291'

red 8 ◦ green 66 ◦ blue 145

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

Shades of Smalt #084291

Tints of Smalt #084291

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.14%

 BLUE value IS 145 (57.03% from 255) = 66.21%

R = 3.65%
G = 30.14%
B = 66.21%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#084291 (or 0x084291) is known color: Smalt. HEX triplet: 08, 42 and 91. RGB value is (8,66,145). Sum of RGB (Red+Green+Blue) = 8+66+145=219 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.65% from 219); Green value is 66 (26.17% from 255 or 30.14% from 219); Blue value is 145 (57.03% from 255 or 66.21% from 219); Max value from RGB is 145 - color contains mainly: blue. Hex color #084291 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #084291 is #F7BD6E. Grayscale: #393939. Windows color (decimal): -16235887 or 9519624. OLE color: 9519624.

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

Color convert

RGB 8 66 145 -
CMYK 0.94 0.54 0 0.43
HSL 214.6º 0.9% 0.3% -
HSV(B) 214.6º 0.94% 0.57% -
XYZ 7.16 5.99 27.57 -
YUV 57.66 177.28 92.58 -
System Red Green Blue C M Y K H S L
Decimal 8 66 145 0.94 0.54 0 0.43 214.6 0.9 0.3
Hex 8 42 91 5E 36 0 2B D7 5A 1E
Octal 10 102 221 136 66 0 53 327 132 36
Binary 1000 1000010 10010001 1011110 110110 0 101011 11010111 1011010 11110

Color Harmonies of #084291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #084291

Black with #084291

Text Example


Text Example

White with #084291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #084291; }

 p { color: rgb(8,66,145); }

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

background-color css

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

 a { background-color: rgb(8,66,145); }

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

border-color css

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

 span { border-color: rgb(8,66,145); }

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