Html Css Color HEX #083189 Smalt

📋 copy color: '#083189'

red 8 ◦ green 49 ◦ blue 137

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

Shades of Smalt #083189

Tints of Smalt #083189

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 70.62%

R = 4.12%
G = 25.26%
B = 70.62%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#083189 (or 0x083189) is known color: Smalt. HEX triplet: 08, 31 and 89. RGB value is (8,49,137). Sum of RGB (Red+Green+Blue) = 8+49+137=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 49 (19.53% from 255 or 25.26% from 194); Blue value is 137 (53.91% from 255 or 70.62% from 194); Max value from RGB is 137 - color contains mainly: blue. Hex color #083189 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083189 is #F7CE76. Grayscale: #2E2E2E. Windows color (decimal): -16240247 or 8990984. OLE color: 8990984.

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

Color convert

RGB 8 49 137 -
CMYK 0.94 0.64 0 0.46
HSL 220.93º 0.89% 0.28% -
HSV(B) 220.93º 0.94% 0.54% -
XYZ 5.71 4.05 24.15 -
YUV 46.77 178.92 100.34 -
System Red Green Blue C M Y K H S L
Decimal 8 49 137 0.94 0.64 0 0.46 220.93 0.89 0.28
Hex 8 31 89 5E 40 0 2E DD 59 1C
Octal 10 61 211 136 100 0 56 335 131 34
Binary 1000 110001 10001001 1011110 1000000 0 101110 11011101 1011001 11100

Color Harmonies of #083189

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083189

Black with #083189

Text Example


Text Example

White with #083189

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083189; }

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

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

background-color css

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

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

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

border-color css

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

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

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