Html Css Color HEX #082893 Smalt

📋 copy color: '#082893'

red 8 ◦ green 40 ◦ blue 147

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

Shades of Smalt #082893

Tints of Smalt #082893

RGB

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

 GREEN value IS 40 (16.02% from 255) = 20.51%

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

R = 4.1%
G = 20.51%
B = 75.38%

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

#082893 (or 0x082893) is known color: Smalt. HEX triplet: 08, 28 and 93. RGB value is (8,40,147). Sum of RGB (Red+Green+Blue) = 8+40+147=195 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.10% from 195); Green value is 40 (16.02% from 255 or 20.51% from 195); Blue value is 147 (57.81% from 255 or 75.38% from 195); Max value from RGB is 147 - color contains mainly: blue. Hex color #082893 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082893 is #F7D76C. Grayscale: #2A2A2A. Windows color (decimal): -16242541 or 9644040. OLE color: 9644040.

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

Color convert

RGB 8 40 147 -
CMYK 0.95 0.73 0 0.42
HSL 226.19º 0.9% 0.3% -
HSV(B) 226.19º 0.95% 0.58% -
XYZ 6.13 3.68 27.99 -
YUV 42.63 186.9 103.3 -
System Red Green Blue C M Y K H S L
Decimal 8 40 147 0.95 0.73 0 0.42 226.19 0.9 0.3
Hex 8 28 93 5F 49 0 2A E2 5A 1E
Octal 10 50 223 137 111 0 52 342 132 36
Binary 1000 101000 10010011 1011111 1001001 0 101010 11100010 1011010 11110

Color Harmonies of #082893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082893

Black with #082893

Text Example


Text Example

White with #082893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082893; }

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

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

background-color css

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

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

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

border-color css

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

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

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