Html Css Color HEX #082994 Smalt

📋 copy color: '#082994'

red 8 ◦ green 41 ◦ blue 148

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

Shades of Smalt #082994

Tints of Smalt #082994

RGB

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

 GREEN value IS 41 (16.41% from 255) = 20.81%

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

R = 4.06%
G = 20.81%
B = 75.13%

CMYK

 C value IS 0.95

 M value IS 0.72

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#082994 (or 0x082994) is known color: Smalt. HEX triplet: 08, 29 and 94. RGB value is (8,41,148). Sum of RGB (Red+Green+Blue) = 8+41+148=197 (26% of max value = 765). Red value is 8 (3.52% from 255 or 4.06% from 197); Green value is 41 (16.41% from 255 or 20.81% from 197); Blue value is 148 (58.20% from 255 or 75.13% from 197); Max value from RGB is 148 - color contains mainly: blue. Hex color #082994 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082994 is #F7D66B. Grayscale: #2A2A2A. Windows color (decimal): -16242284 or 9709832. OLE color: 9709832.

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

Color convert

RGB 8 41 148 -
CMYK 0.95 0.72 0 0.42
HSL 225.86º 0.9% 0.31% -
HSV(B) 225.86º 0.95% 0.58% -
XYZ 6.24 3.78 28.42 -
YUV 43.33 187.07 102.8 -
System Red Green Blue C M Y K H S L
Decimal 8 41 148 0.95 0.72 0 0.42 225.86 0.9 0.31
Hex 8 29 94 5F 48 0 2A E2 5A 1F
Octal 10 51 224 137 110 0 52 342 132 37
Binary 1000 101001 10010100 1011111 1001000 0 101010 11100010 1011010 11111

Color Harmonies of #082994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082994

Black with #082994

Text Example


Text Example

White with #082994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082994; }

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

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

background-color css

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

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

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

border-color css

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

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

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