Html Css Color HEX #083391 Smalt

📋 copy color: '#083391'

red 8 ◦ green 51 ◦ blue 145

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

Shades of Smalt #083391

Tints of Smalt #083391

RGB

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

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

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

R = 3.92%
G = 25%
B = 71.08%

CMYK

 C value IS 0.94

 M value IS 0.65

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#083391 (or 0x083391) is known color: Smalt. HEX triplet: 08, 33 and 91. RGB value is (8,51,145). Sum of RGB (Red+Green+Blue) = 8+51+145=204 (27% of max value = 765). Red value is 8 (3.52% from 255 or 3.92% from 204); Green value is 51 (20.31% from 255 or 25% from 204); Blue value is 145 (57.03% from 255 or 71.08% from 204); Max value from RGB is 145 - color contains mainly: blue. Hex color #083391 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #083391 is #F7CC6E. Grayscale: #303030. Windows color (decimal): -16239727 or 9515784. OLE color: 9515784.

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

Color convert

RGB 8 51 145 -
CMYK 0.94 0.65 0 0.43
HSL 221.17º 0.9% 0.3% -
HSV(B) 221.17º 0.94% 0.57% -
XYZ 6.39 4.46 27.31 -
YUV 48.86 182.25 98.86 -
System Red Green Blue C M Y K H S L
Decimal 8 51 145 0.94 0.65 0 0.43 221.17 0.9 0.3
Hex 8 33 91 5E 41 0 2B DD 5A 1E
Octal 10 63 221 136 101 0 53 335 132 36
Binary 1000 110011 10010001 1011110 1000001 0 101011 11011101 1011010 11110

Color Harmonies of #083391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #083391

Black with #083391

Text Example


Text Example

White with #083391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #083391; }

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

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

background-color css

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

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

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

border-color css

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

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

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