Html Css Color HEX #083186 Smalt

📋 copy color: '#083186'

red 8 ◦ green 49 ◦ blue 134

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

Shades of Smalt #083186

Tints of Smalt #083186

RGB

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

 GREEN value IS 49 (19.53% from 255) = 25.65%

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

R = 4.19%
G = 25.65%
B = 70.16%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083186 (or 0x083186) is known color: Smalt. HEX triplet: 08, 31 and 86. RGB value is (8,49,134). Sum of RGB (Red+Green+Blue) = 8+49+134=191 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.19% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 134 (52.73% from 255 or 70.16% from 191); Max value from RGB is 134 - color contains mainly: blue. Hex color #083186 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083186 is #F7CE79. Grayscale: #2E2E2E. Windows color (decimal): -16240250 or 8794376. OLE color: 8794376.

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

Color convert

RGB 8 49 134 -
CMYK 0.94 0.63 0 0.47
HSL 220.48º 0.89% 0.28% -
HSV(B) 220.48º 0.94% 0.53% -
XYZ 5.5 3.97 23.03 -
YUV 46.43 177.42 100.59 -
System Red Green Blue C M Y K H S L
Decimal 8 49 134 0.94 0.63 0 0.47 220.48 0.89 0.28
Hex 8 31 86 5E 3F 0 2F DC 59 1C
Octal 10 61 206 136 77 0 57 334 131 34
Binary 1000 110001 10000110 1011110 111111 0 101111 11011100 1011001 11100

Color Harmonies of #083186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083186

Black with #083186

Text Example


Text Example

White with #083186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083186; }

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

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

background-color css

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

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

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

border-color css

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

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

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