Html Css Color HEX #082D86 Smalt

📋 copy color: '#082D86'

red 8 ◦ green 45 ◦ blue 134

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

Shades of Smalt #082D86

Tints of Smalt #082D86

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.06%

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

R = 4.28%
G = 24.06%
B = 71.66%

CMYK

 C value IS 0.94

 M value IS 0.66

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#082D86 (or 0x082D86) is known color: Smalt. HEX triplet: 08, 2D and 86. RGB value is (8,45,134). Sum of RGB (Red+Green+Blue) = 8+45+134=187 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.28% from 187); Green value is 45 (17.97% from 255 or 24.06% from 187); Blue value is 134 (52.73% from 255 or 71.66% from 187); Max value from RGB is 134 - color contains mainly: blue. Hex color #082D86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082D86 is #F7D279. Grayscale: #2B2B2B. Windows color (decimal): -16241274 or 8793352. OLE color: 8793352.

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

Color convert

RGB 8 45 134 -
CMYK 0.94 0.66 0 0.47
HSL 222.38º 0.89% 0.28% -
HSV(B) 222.38º 0.94% 0.53% -
XYZ 5.34 3.65 22.98 -
YUV 44.08 178.74 102.26 -
System Red Green Blue C M Y K H S L
Decimal 8 45 134 0.94 0.66 0 0.47 222.38 0.89 0.28
Hex 8 2D 86 5E 42 0 2F DE 59 1C
Octal 10 55 206 136 102 0 57 336 131 34
Binary 1000 101101 10000110 1011110 1000010 0 101111 11011110 1011001 11100

Color Harmonies of #082D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082D86

Black with #082D86

Text Example


Text Example

White with #082D86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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