Html Css Color HEX #083185 Smalt

📋 copy color: '#083185'

red 8 ◦ green 49 ◦ blue 133

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

Shades of Smalt #083185

Tints of Smalt #083185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 70%

R = 4.21%
G = 25.79%
B = 70%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#083185 (or 0x083185) is known color: Smalt. HEX triplet: 08, 31 and 85. RGB value is (8,49,133). Sum of RGB (Red+Green+Blue) = 8+49+133=190 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.21% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 133 (52.34% from 255 or 70% from 190); Max value from RGB is 133 - color contains mainly: blue. Hex color #083185 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083185 is #F7CE7A. Grayscale: #2D2D2D. Windows color (decimal): -16240251 or 8728840. OLE color: 8728840.

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

Color convert

RGB 8 49 133 -
CMYK 0.94 0.63 0 0.48
HSL 220.32º 0.89% 0.28% -
HSV(B) 220.32º 0.94% 0.52% -
XYZ 5.43 3.94 22.66 -
YUV 46.32 176.92 100.67 -
System Red Green Blue C M Y K H S L
Decimal 8 49 133 0.94 0.63 0 0.48 220.32 0.89 0.28
Hex 8 31 85 5E 3F 0 30 DC 59 1C
Octal 10 61 205 136 77 0 60 334 131 34
Binary 1000 110001 10000101 1011110 111111 0 110000 11011100 1011001 11100

Color Harmonies of #083185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083185

Black with #083185

Text Example


Text Example

White with #083185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083185; }

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

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

background-color css

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

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

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

border-color css

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

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

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