Html Css Color HEX #082986 Smalt

📋 copy color: '#082986'

red 8 ◦ green 41 ◦ blue 134

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

Shades of Smalt #082986

Tints of Smalt #082986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 73.22%

R = 4.37%
G = 22.4%
B = 73.22%

CMYK

 C value IS 0.94

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#082986 (or 0x082986) is known color: Smalt. HEX triplet: 08, 29 and 86. RGB value is (8,41,134). Sum of RGB (Red+Green+Blue) = 8+41+134=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 41 (16.41% from 255 or 22.40% from 183); Blue value is 134 (52.73% from 255 or 73.22% from 183); Max value from RGB is 134 - color contains mainly: blue. Hex color #082986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082986 is #F7D679. Grayscale: #292929. Windows color (decimal): -16242298 or 8792328. OLE color: 8792328.

HSL color Cylindrical-coordinate representation of color #082986: hue angle of 224.29º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #082986 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 41 134 -
CMYK 0.94 0.69 0 0.47
HSL 224.29º 0.89% 0.28% -
HSV(B) 224.29º 0.94% 0.53% -
XYZ 5.2 3.36 22.93 -
YUV 41.74 180.07 103.94 -
System Red Green Blue C M Y K H S L
Decimal 8 41 134 0.94 0.69 0 0.47 224.29 0.89 0.28
Hex 8 29 86 5E 45 0 2F E0 59 1C
Octal 10 51 206 136 105 0 57 340 131 34
Binary 1000 101001 10000110 1011110 1000101 0 101111 11100000 1011001 11100

Color Harmonies of #082986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082986

Black with #082986

Text Example


Text Example

White with #082986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082986; }

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

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

background-color css

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

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

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

border-color css

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

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

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