Html Css Color HEX #082593 Smalt

📋 copy color: '#082593'

red 8 ◦ green 37 ◦ blue 147

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

Shades of Smalt #082593

Tints of Smalt #082593

RGB

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

 GREEN value IS 37 (14.84% from 255) = 19.27%

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

R = 4.17%
G = 19.27%
B = 76.56%

CMYK

 C value IS 0.95

 M value IS 0.75

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082593 (or 0x082593) is known color: Smalt. HEX triplet: 08, 25 and 93. RGB value is (8,37,147). Sum of RGB (Red+Green+Blue) = 8+37+147=192 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.17% from 192); Green value is 37 (14.84% from 255 or 19.27% from 192); Blue value is 147 (57.81% from 255 or 76.56% from 192); Max value from RGB is 147 - color contains mainly: blue. Hex color #082593 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082593 is #F7DA6C. Grayscale: #282828. Windows color (decimal): -16243309 or 9643272. OLE color: 9643272.

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

Color convert

RGB 8 37 147 -
CMYK 0.95 0.75 0 0.42
HSL 227.48º 0.9% 0.3% -
HSV(B) 227.48º 0.95% 0.58% -
XYZ 6.03 3.48 27.96 -
YUV 40.87 187.89 104.56 -
System Red Green Blue C M Y K H S L
Decimal 8 37 147 0.95 0.75 0 0.42 227.48 0.9 0.3
Hex 8 25 93 5F 4B 0 2A E3 5A 1E
Octal 10 45 223 137 113 0 52 343 132 36
Binary 1000 100101 10010011 1011111 1001011 0 101010 11100011 1011010 11110

Color Harmonies of #082593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082593

Black with #082593

Text Example


Text Example

White with #082593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082593; }

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

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

background-color css

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

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

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

border-color css

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

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

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