Html Css Color HEX #082793 Smalt

📋 copy color: '#082793'

red 8 ◦ green 39 ◦ blue 147

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

Shades of Smalt #082793

Tints of Smalt #082793

RGB

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

 GREEN value IS 39 (15.63% from 255) = 20.1%

 BLUE value IS 147 (57.81% from 255) = 75.77%

R = 4.12%
G = 20.1%
B = 75.77%

CMYK

 C value IS 0.95

 M value IS 0.73

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082793 (or 0x082793) is known color: Smalt. HEX triplet: 08, 27 and 93. RGB value is (8,39,147). Sum of RGB (Red+Green+Blue) = 8+39+147=194 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.12% from 194); Green value is 39 (15.62% from 255 or 20.10% from 194); Blue value is 147 (57.81% from 255 or 75.77% from 194); Max value from RGB is 147 - color contains mainly: blue. Hex color #082793 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082793 is #F7D86C. Grayscale: #292929. Windows color (decimal): -16242797 or 9643784. OLE color: 9643784.

HSL color Cylindrical-coordinate representation of color #082793: hue angle of 226.62º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082793 is Cyan = 0.95, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 39 147 -
CMYK 0.95 0.73 0 0.42
HSL 226.62º 0.9% 0.3% -
HSV(B) 226.62º 0.95% 0.58% -
XYZ 6.09 3.61 27.98 -
YUV 42.04 187.23 103.72 -
System Red Green Blue C M Y K H S L
Decimal 8 39 147 0.95 0.73 0 0.42 226.62 0.9 0.3
Hex 8 27 93 5F 49 0 2A E3 5A 1E
Octal 10 47 223 137 111 0 52 343 132 36
Binary 1000 100111 10010011 1011111 1001001 0 101010 11100011 1011010 11110

Color Harmonies of #082793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082793

Black with #082793

Text Example


Text Example

White with #082793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082793; }

 p { color: rgb(8,39,147); }

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

background-color css

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

 a { background-color: rgb(8,39,147); }

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

border-color css

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

 span { border-color: rgb(8,39,147); }

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