Html Css Color HEX #082193 Smalt

📋 copy color: '#082193'

red 8 ◦ green 33 ◦ blue 147

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

Shades of Smalt #082193

Tints of Smalt #082193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 17.55%

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

R = 4.26%
G = 17.55%
B = 78.19%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082193 (or 0x082193) is known color: Smalt. HEX triplet: 08, 21 and 93. RGB value is (8,33,147). Sum of RGB (Red+Green+Blue) = 8+33+147=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 33 (13.28% from 255 or 17.55% from 188); Blue value is 147 (57.81% from 255 or 78.19% from 188); Max value from RGB is 147 - color contains mainly: blue. Hex color #082193 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082193 is #F7DE6C. Grayscale: #262626. Windows color (decimal): -16244333 or 9642248. OLE color: 9642248.

HSL color Cylindrical-coordinate representation of color #082193: hue angle of 229.21º 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 #082193 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 8 33 147 -
CMYK 0.95 0.78 0 0.42
HSL 229.21º 0.9% 0.3% -
HSV(B) 229.21º 0.95% 0.58% -
XYZ 5.91 3.25 27.92 -
YUV 38.52 189.22 106.23 -
System Red Green Blue C M Y K H S L
Decimal 8 33 147 0.95 0.78 0 0.42 229.21 0.9 0.3
Hex 8 21 93 5F 4E 0 2A E5 5A 1E
Octal 10 41 223 137 116 0 52 345 132 36
Binary 1000 100001 10010011 1011111 1001110 0 101010 11100101 1011010 11110

Color Harmonies of #082193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082193

Black with #082193

Text Example


Text Example

White with #082193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082193; }

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

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

background-color css

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

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

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

border-color css

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

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

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