Html Css Color HEX #082991 Smalt

📋 copy color: '#082991'

red 8 ◦ green 41 ◦ blue 145

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

Shades of Smalt #082991

Tints of Smalt #082991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.13%

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

R = 4.12%
G = 21.13%
B = 74.74%

CMYK

 C value IS 0.94

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082991 (or 0x082991) is known color: Smalt. HEX triplet: 08, 29 and 91. RGB value is (8,41,145). Sum of RGB (Red+Green+Blue) = 8+41+145=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 41 (16.41% from 255 or 21.13% from 194); Blue value is 145 (57.03% from 255 or 74.74% from 194); Max value from RGB is 145 - color contains mainly: blue. Hex color #082991 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082991 is #F7D66E. Grayscale: #2A2A2A. Windows color (decimal): -16242287 or 9513224. OLE color: 9513224.

HSL color Cylindrical-coordinate representation of color #082991: hue angle of 225.55º 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 #082991 is Cyan = 0.94, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 41 145 -
CMYK 0.94 0.72 0 0.43
HSL 225.55º 0.9% 0.3% -
HSV(B) 225.55º 0.94% 0.57% -
XYZ 6 3.68 27.18 -
YUV 42.99 185.57 103.04 -
System Red Green Blue C M Y K H S L
Decimal 8 41 145 0.94 0.72 0 0.43 225.55 0.9 0.3
Hex 8 29 91 5E 48 0 2B E2 5A 1E
Octal 10 51 221 136 110 0 53 342 132 36
Binary 1000 101001 10010001 1011110 1001000 0 101011 11100010 1011010 11110

Color Harmonies of #082991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082991

Black with #082991

Text Example


Text Example

White with #082991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082991; }

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

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

background-color css

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

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

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

border-color css

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

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

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