Html Css Color HEX #083591 Smalt

📋 copy color: '#083591'

red 8 ◦ green 53 ◦ blue 145

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

Shades of Smalt #083591

Tints of Smalt #083591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 25.73%

 BLUE value IS 145 (57.03% from 255) = 70.39%

R = 3.88%
G = 25.73%
B = 70.39%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083591 (or 0x083591) is known color: Smalt. HEX triplet: 08, 35 and 91. RGB value is (8,53,145). Sum of RGB (Red+Green+Blue) = 8+53+145=206 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.88% from 206); Green value is 53 (21.09% from 255 or 25.73% from 206); Blue value is 145 (57.03% from 255 or 70.39% from 206); Max value from RGB is 145 - color contains mainly: blue. Hex color #083591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083591 is #F7CA6E. Grayscale: #313131. Windows color (decimal): -16239215 or 9516296. OLE color: 9516296.

HSL color Cylindrical-coordinate representation of color #083591: hue angle of 220.29º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #083591 is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 53 145 -
CMYK 0.94 0.63 0 0.43
HSL 220.29º 0.9% 0.3% -
HSV(B) 220.29º 0.94% 0.57% -
XYZ 6.48 4.64 27.34 -
YUV 50.03 181.59 98.02 -
System Red Green Blue C M Y K H S L
Decimal 8 53 145 0.94 0.63 0 0.43 220.29 0.9 0.3
Hex 8 35 91 5E 3F 0 2B DC 5A 1E
Octal 10 65 221 136 77 0 53 334 132 36
Binary 1000 110101 10010001 1011110 111111 0 101011 11011100 1011010 11110

Color Harmonies of #083591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083591

Black with #083591

Text Example


Text Example

White with #083591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083591; }

 p { color: rgb(8,53,145); }

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

background-color css

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

 a { background-color: rgb(8,53,145); }

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

border-color css

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

 span { border-color: rgb(8,53,145); }

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