Html Css Color HEX #082E91 Smalt

📋 copy color: '#082E91'

red 8 ◦ green 46 ◦ blue 145

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

Shades of Smalt #082E91

Tints of Smalt #082E91

RGB

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

 GREEN value IS 46 (18.36% from 255) = 23.12%

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

R = 4.02%
G = 23.12%
B = 72.86%

CMYK

 C value IS 0.94

 M value IS 0.68

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082E91 (or 0x082E91) is known color: Smalt. HEX triplet: 08, 2E and 91. RGB value is (8,46,145). Sum of RGB (Red+Green+Blue) = 8+46+145=199 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.02% from 199); Green value is 46 (18.36% from 255 or 23.12% from 199); Blue value is 145 (57.03% from 255 or 72.86% from 199); Max value from RGB is 145 - color contains mainly: blue. Hex color #082E91 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082E91 is #F7D16E. Grayscale: #2D2D2D. Windows color (decimal): -16241007 or 9514504. OLE color: 9514504.

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

Color convert

RGB 8 46 145 -
CMYK 0.94 0.68 0 0.43
HSL 223.36º 0.9% 0.3% -
HSV(B) 223.36º 0.94% 0.57% -
XYZ 6.19 4.05 27.24 -
YUV 45.92 183.91 100.95 -
System Red Green Blue C M Y K H S L
Decimal 8 46 145 0.94 0.68 0 0.43 223.36 0.9 0.3
Hex 8 2E 91 5E 44 0 2B DF 5A 1E
Octal 10 56 221 136 104 0 53 337 132 36
Binary 1000 101110 10010001 1011110 1000100 0 101011 11011111 1011010 11110

Color Harmonies of #082E91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082E91

Black with #082E91

Text Example


Text Example

White with #082E91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082E91; }

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

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

background-color css

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

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

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

border-color css

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

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

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