Html Css Color HEX #083586 Smalt

📋 copy color: '#083586'

red 8 ◦ green 53 ◦ blue 134

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

Shades of Smalt #083586

Tints of Smalt #083586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 27.18%

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

R = 4.1%
G = 27.18%
B = 68.72%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083586 (or 0x083586) is known color: Smalt. HEX triplet: 08, 35 and 86. RGB value is (8,53,134). Sum of RGB (Red+Green+Blue) = 8+53+134=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 134 (52.73% from 255 or 68.72% from 195); Max value from RGB is 134 - color contains mainly: blue. Hex color #083586 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083586 is #F7CA79. Grayscale: #303030. Windows color (decimal): -16239226 or 8795400. OLE color: 8795400.

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

Color convert

RGB 8 53 134 -
CMYK 0.94 0.60 0 0.47
HSL 218.57º 0.89% 0.28% -
HSV(B) 218.57º 0.94% 0.53% -
XYZ 5.68 4.32 23.09 -
YUV 48.78 176.09 98.91 -
System Red Green Blue C M Y K H S L
Decimal 8 53 134 0.94 0.60 0 0.47 218.57 0.89 0.28
Hex 8 35 86 5E 3C 0 2F DB 59 1C
Octal 10 65 206 136 74 0 57 333 131 34
Binary 1000 110101 10000110 1011110 111100 0 101111 11011011 1011001 11100

Color Harmonies of #083586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083586

Black with #083586

Text Example


Text Example

White with #083586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083586; }

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

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

background-color css

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

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

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

border-color css

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

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

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