Html Css Color HEX #082094 Smalt

📋 copy color: '#082094'

red 8 ◦ green 32 ◦ blue 148

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

Shades of Smalt #082094

Tints of Smalt #082094

RGB

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

 GREEN value IS 32 (12.89% from 255) = 17.02%

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

R = 4.26%
G = 17.02%
B = 78.72%

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

#082094 (or 0x082094) is known color: Smalt. HEX triplet: 08, 20 and 94. RGB value is (8,32,148). Sum of RGB (Red+Green+Blue) = 8+32+148=188 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.26% from 188); Green value is 32 (12.89% from 255 or 17.02% from 188); Blue value is 148 (58.20% from 255 or 78.72% from 188); Max value from RGB is 148 - color contains mainly: blue. Hex color #082094 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082094 is #F7DF6B. Grayscale: #252525. Windows color (decimal): -16244588 or 9707528. OLE color: 9707528.

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

Color convert

RGB 8 32 148 -
CMYK 0.95 0.78 0 0.42
HSL 229.71º 0.9% 0.31% -
HSV(B) 229.71º 0.95% 0.58% -
XYZ 5.96 3.22 28.32 -
YUV 38.05 190.05 106.57 -
System Red Green Blue C M Y K H S L
Decimal 8 32 148 0.95 0.78 0 0.42 229.71 0.9 0.31
Hex 8 20 94 5F 4E 0 2A E6 5A 1F
Octal 10 40 224 137 116 0 52 346 132 37
Binary 1000 100000 10010100 1011111 1001110 0 101010 11100110 1011010 11111

Color Harmonies of #082094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082094

Black with #082094

Text Example


Text Example

White with #082094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082094; }

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

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

background-color css

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

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

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

border-color css

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

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

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