Html Css Color HEX #083386 Smalt

📋 copy color: '#083386'

red 8 ◦ green 51 ◦ blue 134

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

Shades of Smalt #083386

Tints of Smalt #083386

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.42%

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

R = 4.15%
G = 26.42%
B = 69.43%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#083386 (or 0x083386) is known color: Smalt. HEX triplet: 08, 33 and 86. RGB value is (8,51,134). Sum of RGB (Red+Green+Blue) = 8+51+134=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 134 (52.73% from 255 or 69.43% from 193); Max value from RGB is 134 - color contains mainly: blue. Hex color #083386 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083386 is #F7CC79. Grayscale: #2F2F2F. Windows color (decimal): -16239738 or 8794888. OLE color: 8794888.

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

Color convert

RGB 8 51 134 -
CMYK 0.94 0.62 0 0.47
HSL 219.52º 0.89% 0.28% -
HSV(B) 219.52º 0.94% 0.53% -
XYZ 5.59 4.14 23.06 -
YUV 47.61 176.75 99.75 -
System Red Green Blue C M Y K H S L
Decimal 8 51 134 0.94 0.62 0 0.47 219.52 0.89 0.28
Hex 8 33 86 5E 3E 0 2F DC 59 1C
Octal 10 63 206 136 76 0 57 334 131 34
Binary 1000 110011 10000110 1011110 111110 0 101111 11011100 1011001 11100

Color Harmonies of #083386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083386

Black with #083386

Text Example


Text Example

White with #083386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083386; }

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

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

background-color css

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

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

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

border-color css

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

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

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