Html Css Color HEX #082092 Smalt

📋 copy color: '#082092'

red 8 ◦ green 32 ◦ blue 146

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

Shades of Smalt #082092

Tints of Smalt #082092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 78.49%

R = 4.3%
G = 17.2%
B = 78.49%

CMYK

 C value IS 0.95

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#082092 (or 0x082092) is known color: Smalt. HEX triplet: 08, 20 and 92. RGB value is (8,32,146). Sum of RGB (Red+Green+Blue) = 8+32+146=186 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.30% from 186); Green value is 32 (12.89% from 255 or 17.20% from 186); Blue value is 146 (57.42% from 255 or 78.49% from 186); Max value from RGB is 146 - color contains mainly: blue. Hex color #082092 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #082092 is #F7DF6D. Grayscale: #252525. Windows color (decimal): -16244590 or 9576456. OLE color: 9576456.

HSL color Cylindrical-coordinate representation of color #082092: hue angle of 229.57º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #082092 is Cyan = 0.95, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 8 32 146 -
CMYK 0.95 0.78 0 0.43
HSL 229.57º 0.9% 0.3% -
HSV(B) 229.57º 0.95% 0.57% -
XYZ 5.8 3.16 27.5 -
YUV 37.82 189.05 106.73 -
System Red Green Blue C M Y K H S L
Decimal 8 32 146 0.95 0.78 0 0.43 229.57 0.9 0.3
Hex 8 20 92 5F 4E 0 2B E6 5A 1E
Octal 10 40 222 137 116 0 53 346 132 36
Binary 1000 100000 10010010 1011111 1001110 0 101011 11100110 1011010 11110

Color Harmonies of #082092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #082092

Black with #082092

Text Example


Text Example

White with #082092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #082092; }

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

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

background-color css

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

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

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

border-color css

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

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

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