Html Css Color HEX #083086 Smalt

📋 copy color: '#083086'

red 8 ◦ green 48 ◦ blue 134

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

Shades of Smalt #083086

Tints of Smalt #083086

RGB

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

 GREEN value IS 48 (19.14% from 255) = 25.26%

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

R = 4.21%
G = 25.26%
B = 70.53%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083086 (or 0x083086) is known color: Smalt. HEX triplet: 08, 30 and 86. RGB value is (8,48,134). Sum of RGB (Red+Green+Blue) = 8+48+134=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 134 (52.73% from 255 or 70.53% from 190); Max value from RGB is 134 - color contains mainly: blue. Hex color #083086 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083086 is #F7CF79. Grayscale: #2D2D2D. Windows color (decimal): -16240506 or 8794120. OLE color: 8794120.

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

Color convert

RGB 8 48 134 -
CMYK 0.94 0.64 0 0.47
HSL 220.95º 0.89% 0.28% -
HSV(B) 220.95º 0.94% 0.53% -
XYZ 5.46 3.89 23.02 -
YUV 45.84 177.75 101.01 -
System Red Green Blue C M Y K H S L
Decimal 8 48 134 0.94 0.64 0 0.47 220.95 0.89 0.28
Hex 8 30 86 5E 40 0 2F DD 59 1C
Octal 10 60 206 136 100 0 57 335 131 34
Binary 1000 110000 10000110 1011110 1000000 0 101111 11011101 1011001 11100

Color Harmonies of #083086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083086

Black with #083086

Text Example


Text Example

White with #083086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083086; }

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

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

background-color css

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

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

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

border-color css

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

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

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