Html Css Color HEX #083183 Smalt

📋 copy color: '#083183'

red 8 ◦ green 49 ◦ blue 131

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

Shades of Smalt #083183

Tints of Smalt #083183

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 69.68%

R = 4.26%
G = 26.06%
B = 69.68%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#083183 (or 0x083183) is known color: Smalt. HEX triplet: 08, 31 and 83. RGB value is (8,49,131). Sum of RGB (Red+Green+Blue) = 8+49+131=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 131 (51.56% from 255 or 69.68% from 188); Max value from RGB is 131 - color contains mainly: blue. Hex color #083183 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083183 is #F7CE7C. Grayscale: #2D2D2D. Windows color (decimal): -16240253 or 8597768. OLE color: 8597768.

HSL color Cylindrical-coordinate representation of color #083183: hue angle of 220º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083183 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 8 49 131 -
CMYK 0.94 0.63 0 0.49
HSL 220º 0.88% 0.27% -
HSV(B) 220º 0.94% 0.51% -
XYZ 5.3 3.89 21.94 -
YUV 46.09 175.92 100.83 -
System Red Green Blue C M Y K H S L
Decimal 8 49 131 0.94 0.63 0 0.49 220 0.88 0.27
Hex 8 31 83 5E 3F 0 31 DC 58 1B
Octal 10 61 203 136 77 0 61 334 130 33
Binary 1000 110001 10000011 1011110 111111 0 110001 11011100 1011000 11011

Color Harmonies of #083183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083183

Black with #083183

Text Example


Text Example

White with #083183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083183; }

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

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

background-color css

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

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

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

border-color css

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

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

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