Html Css Color HEX #082594 Smalt

📋 copy color: '#082594'

red 8 ◦ green 37 ◦ blue 148

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

Shades of Smalt #082594

Tints of Smalt #082594

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 76.68%

R = 4.15%
G = 19.17%
B = 76.68%

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

#082594 (or 0x082594) is known color: Smalt. HEX triplet: 08, 25 and 94. RGB value is (8,37,148). Sum of RGB (Red+Green+Blue) = 8+37+148=193 (25% of max value = 765). Red value is 8 (3.52% from 255 or 4.15% from 193); Green value is 37 (14.84% from 255 or 19.17% from 193); Blue value is 148 (58.20% from 255 or 76.68% from 193); Max value from RGB is 148 - color contains mainly: blue. Hex color #082594 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082594 is #F7DA6B. Grayscale: #282828. Windows color (decimal): -16243308 or 9708808. OLE color: 9708808.

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

Color convert

RGB 8 37 148 -
CMYK 0.95 0.75 0 0.42
HSL 227.57º 0.9% 0.31% -
HSV(B) 227.57º 0.95% 0.58% -
XYZ 6.11 3.51 28.37 -
YUV 40.98 188.39 104.47 -
System Red Green Blue C M Y K H S L
Decimal 8 37 148 0.95 0.75 0 0.42 227.57 0.9 0.31
Hex 8 25 94 5F 4B 0 2A E4 5A 1F
Octal 10 45 224 137 113 0 52 344 132 37
Binary 1000 100101 10010100 1011111 1001011 0 101010 11100100 1011010 11111

Color Harmonies of #082594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082594

Black with #082594

Text Example


Text Example

White with #082594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082594; }

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

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

background-color css

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

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

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

border-color css

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

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

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